Skip to content

Commit

Permalink
[ci] Fix publish-subsystem-benchmarks (#4479)
Browse files Browse the repository at this point in the history
Fix after #4449
  • Loading branch information
alvicsam committed May 16, 2024
1 parent 289f5bb commit 717eb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ trigger_workflow:
curl -q -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $GITHUB_TOKEN" \
https://api.github.com/repos/paritytech/${CI_PROJECT_NAME}/actions/workflows/subsystem-benchmarks.yml/dispatches \
https://api.github.com/repos/paritytech/${CI_PROJECT_NAME}/actions/workflows/publish-subsystem-benchmarks.yml/dispatches \
-d "{\"ref\":\"refs/heads/master\",\"inputs\":{\"benchmark-data-dir-path\":\"$benchmark_dir\",\"output-file-path\":\"$benchmark_name\"}}";
sleep 300;
done
Expand Down

0 comments on commit 717eb2c

Please sign in to comment.