We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddb5019 + 52688d8 commit d84edadCopy full SHA for d84edad
.github/workflows/linux.yml
@@ -2,6 +2,11 @@ name: Linux
2
on:
3
push:
4
pull_request:
5
+
6
+concurrency:
7
+ group: ${{ github.head_ref || github.sha }}-${{ github.workflow }}
8
+ cancel-in-progress: true
9
10
jobs:
11
build:
12
name: Build & Test
.github/workflows/windows.yml
@@ -2,6 +2,11 @@ name: Windows
0 commit comments