We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fc288 commit b3d6813Copy full SHA for b3d6813
.github/workflows/preview.yml
@@ -10,8 +10,11 @@ concurrency:
10
11
jobs:
12
run:
13
- if: ${{ github.event.label.name == 'preview' }}
+ if: contains(github.event.pull_request.labels.*.name, 'preview')
14
runs-on: ubuntu-latest
15
+ concurrency:
16
+ group: netlify-${{ github.workflow }}-${{ github.ref }}
17
+ cancel-in-progress: true
18
env:
19
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
20
APP_ENV: prod
0 commit comments