chore(repo): set concurrency group for macos (#30858)
## Current Behavior macos ci runs are not cancelled on new CI push ## Expected Behavior macos ci runs are cancelled on new CI push ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
8397a95a7e
commit
4323302188
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -8,6 +8,10 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
|
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
|
||||||
|
|
||||||
@ -102,6 +106,7 @@ jobs:
|
|||||||
|
|
||||||
main-macos:
|
main-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NX_E2E_CI_CACHE_KEY: e2e-github-macos
|
NX_E2E_CI_CACHE_KEY: e2e-github-macos
|
||||||
NX_PERF_LOGGING: 'false'
|
NX_PERF_LOGGING: 'false'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user