We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22531b5 commit 9abe592Copy full SHA for 9abe592
.github/workflows/preview.yml
@@ -13,7 +13,7 @@ jobs:
13
if: ${{ github.event.label.name == 'preview' }}
14
runs-on: ubuntu-latest
15
concurrency:
16
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: netlify-${{ github.workflow }}-${{ github.ref }}
17
cancel-in-progress: true
18
env:
19
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
0 commit comments