Skip to content

Commit 9af8f32

Browse files
committed
Minor tweak to enable manual running
1 parent 33add11 commit 9af8f32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches: [ main, master ]
66
pull_request:
77
branches: [ main, master ]
8+
workflow_dispatch:
9+
10+
concurrency:
11+
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}
12+
cancel-in-progress: true
813
914
jobs:
1015
build:

0 commit comments

Comments
 (0)