We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3c636 commit 036c13aCopy full SHA for 036c13a
3 files changed
.github/workflows/build.yml
@@ -12,6 +12,10 @@ on:
12
check_suite:
13
types: [rerequested]
14
15
+concurrency:
16
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17
+ cancel-in-progress: true
18
+
19
jobs:
20
test:
21
runs-on: ubuntu-20.04
.github/workflows/ports_windows.yml
- 'ports/unix/**'
- 'ports/windows/**'
build:
runs-on: windows-2019
.github/workflows/pre-commit.yml
@@ -8,6 +8,10 @@ on:
8
pull_request:
9
push:
10
11
pre-commit:
0 commit comments