mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
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]
|
||||
|
||||
concurrency:
|
||||
group: ${{format('{0}:{1}:{2}', github.repository, github.workflow, github.ref)}}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
UBSAN_OPTIONS: print_stacktrace=1
|
||||
|
||||
|
5
.github/workflows/fuzz.yml
vendored
5
.github/workflows/fuzz.yml
vendored
@@ -7,6 +7,11 @@ on:
|
||||
schedule:
|
||||
- cron: "25 00 * * *"
|
||||
|
||||
concurrency:
|
||||
group: ${{format('{0}:{1}:{2}', github.repository, github.workflow, github.ref)}}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
jobs:
|
||||
fuzz:
|
||||
runs-on: ubuntu-24.04
|
||||
|
Reference in New Issue
Block a user