ci: clean up cirrus CI (#1530)

* ci: try adding auto cancellation back to cirrus tasks

* tweak timeout

* some renaming

* modernizing

* Revert "modernizing"

This reverts commit d66b3aa0e9.

* hmmm

* bleh back to false
This commit is contained in:
Clement Tsang
2024-08-01 23:52:11 +00:00
committed by GitHub
parent 8811d54058
commit eaff5d009a
4 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ jobs:
raw=$(git branch -r --contains '${{ github.ref_name }}');
BRANCH=${raw##*/};
fi
python ./scripts/cirrus/build.py "$BRANCH" "release/" "${{ inputs.caller }}"
python ./scripts/cirrus/release.py "$BRANCH" "release/" "${{ inputs.caller }}"
- name: Generate artifact attestation for file
uses: actions/attest-build-provenance@v1