forked from boostorg/beast
CI: cancel currently running workflows on new commits
This commit is contained in:
committed by
Mohammad Nejati
parent
a3a800b2e3
commit
6978e37b63
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -2,6 +2,10 @@ name: build
|
|||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{format('{0}:{1}:{2}', github.repository, github.workflow, github.ref)}}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UBSAN_OPTIONS: print_stacktrace=1
|
UBSAN_OPTIONS: print_stacktrace=1
|
||||||
|
|
||||||
|
5
.github/workflows/fuzz.yml
vendored
5
.github/workflows/fuzz.yml
vendored
@@ -7,6 +7,11 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "25 00 * * *"
|
- cron: "25 00 * * *"
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{format('{0}:{1}:{2}', github.repository, github.workflow, github.ref)}}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fuzz:
|
fuzz:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
Reference in New Issue
Block a user