mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
CI: label a pull request breaksapi if there are changes on the wasm source code but no changes to the spec_version (#1727)
* trigger labelling pipeline for runtime changing pull requests * cut out aws config as it is now included in the parity/awscli image
This commit is contained in:
committed by
GitHub
parent
78a60194eb
commit
91114c6c11
@@ -25,6 +25,7 @@ then
|
||||
no changes to the runtime source code detected
|
||||
|
||||
EOT
|
||||
|
||||
exit 0
|
||||
fi
|
||||
|
||||
@@ -61,7 +62,15 @@ binary blob. This may break the api.
|
||||
|
||||
EOT
|
||||
|
||||
|
||||
echo
|
||||
echo "# run github-api job for labelling it breaksapi"
|
||||
curl -sS -X POST \
|
||||
-F "token=${CI_JOB_TOKEN}" \
|
||||
-F "ref=master" \
|
||||
-F "variables[BREAKSAPI]=true" \
|
||||
-F "variables[PRNO]=${CI_COMMIT_REF_NAME}" \
|
||||
${GITLAB_API}/projects/${GITHUB_API_PROJECT}/trigger/pipeline
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user