mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
cancel runs when a new commit is pushed to a pr branch
This commit is contained in:
@@ -9,6 +9,10 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- "*.x"
|
||||
concurrency:
|
||||
# https://stackoverflow.com/questions/74117321/if-condition-in-concurrency-in-gha
|
||||
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
standard_tests_jobs:
|
||||
name: standard_tests_jobs
|
||||
|
||||
Reference in New Issue
Block a user