Skip to content

Commit 0fcd2cf

Browse files
Merge pull request #177 from bernhardmgruber/build
Cancel running CI jobs on force-push
2 parents 221bea0 + ba55db4 commit 0fcd2cf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/builds.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ name: Build Exercises
55
# Perform the builds on every push and pull request.
66
on: [ push, pull_request ]
77

8+
# Cancel running jobs on force-push
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
11+
cancel-in-progress: true
12+
813
# All the different build/test jobs.
914
jobs:
1015

.github/workflows/workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build LaTeX document
22
on: [push,pull_request]
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
5+
cancel-in-progress: true
36
jobs:
47
build_latex:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy