Skip to content
Snippets Groups Projects
Unverified Commit 717eb2c4 authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

[ci] Fix publish-subsystem-benchmarks (#4479)

Fix after https://github.com/paritytech/polkadot-sdk/pull/4449
parent 289f5bbf
Branches
No related merge requests found
Pipeline #475288 waiting for manual action with stages
in 6 minutes and 41 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment