build.yml revisions (#1744)

* build.yml revisions

* Undo push and PR changes
This commit is contained in:
Irastris
2026-05-23 22:15:32 -04:00
committed by GitHub
parent e9a7628218
commit 114e6e60bb
+4
View File
@@ -7,6 +7,10 @@ on:
- '*LICENSE'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || format('run-{0}', github.run_id) }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"