Skip to content

Commit

Permalink
[ci] Fix publish-subsystem-benchmarks (paritytech#4479)
Browse files Browse the repository at this point in the history
Fix after paritytech#4449
  • Loading branch information
alvicsam authored and hitchhooker committed Jun 5, 2024
1 parent 322b3f5 commit c0f94a2
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 c0f94a2

Please sign in to comment.