add concurrency to lint-test-build

This commit is contained in:
Amruth Pillai
2023-11-22 23:28:46 +01:00
parent 64d64958f6
commit fa7e2dad5f

View File

@ -8,6 +8,10 @@ permissions:
actions: read
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
NX_BRANCH: ${{ github.event.number || github.ref_name }}
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}