Merge pull request 'Automatically cancel redundant builds' (#65) from concurrency-actions into main
Reviewed-on: #65
This commit is contained in:
commit
d5bd5f2fdb
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