Skip to content

Commit 47f97ab

Browse files
committed
CI: Improve GHA workflow file
1 parent 1a2a131 commit 47f97ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
9+
# Allow job to be triggered manually.
10+
workflow_dispatch:
11+
12+
# Cancel in-progress jobs when pushing to the same branch.
13+
concurrency:
14+
cancel-in-progress: true
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
817
jobs:
918
tests:
1019
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)