Skip to content

Commit 04fc288

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/preview.yml

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
run:
1313
if: ${{ github.event.label.name == 'preview' }}
1414
runs-on: ubuntu-latest
15-
concurrency:
16-
group: netlify-${{ github.workflow }}-${{ github.ref }}
17-
cancel-in-progress: true
1815
env:
1916
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
2017
APP_ENV: prod

0 commit comments

Comments
 (0)