Automatically cancel redundant builds
This commit is contained in:
parent
a4178038ad
commit
5dc5f96a61
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
build-static-assets:
|
||||
runs-on: ubuntu-latest
|
||||
|
3
.github/workflows/license_finder.yml
vendored
3
.github/workflows/license_finder.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
build-static-assets:
|
||||
runs-on: ubuntu-latest
|
||||
|
3
.github/workflows/playwright.yml
vendored
3
.github/workflows/playwright.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
branches: [ main, master ]
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 60
|
||||
|
Loading…
x
Reference in New Issue
Block a user