Skip to content

Commit 9abe592

Browse files
committed
fixup! Filtering pr - building preview only on specific labels
1 parent 22531b5 commit 9abe592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ github.event.label.name == 'preview' }}
1414
runs-on: ubuntu-latest
1515
concurrency:
16-
group: ${{ github.workflow }}-${{ github.ref }}
16+
group: netlify-${{ github.workflow }}-${{ github.ref }}
1717
cancel-in-progress: true
1818
env:
1919
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)