modify action workflows

This commit is contained in:
Amruth Pillai
2024-05-03 14:04:20 +02:00
parent 470f187c0b
commit 5e32673358
2 changed files with 4 additions and 6 deletions

View File

@@ -14,11 +14,11 @@ permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
env:
NX_BRANCH: ${{ github.event.number || github.ref_name }}
NX_BRANCH: "${{ github.event.number || github.ref_name }}"
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
jobs: