We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75c44a3 + 16feaea commit 80e74eaCopy full SHA for 80e74ea
2 files changed
.github/workflows/nextjs.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
workflow_dispatch:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
build:
15
runs-on: ubuntu-latest
.github/workflows/playwright.yml
@@ -4,6 +4,11 @@ on:
4
branches: [ main, staging ]
5
test:
timeout-minutes: 60
0 commit comments