Skip to content

Commit 2fcf85a

Browse files
committed
Tune up github test action
1 parent 65fb3b2 commit 2fcf85a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
name: CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
pull_request:
67
schedule:
78
# Weekly Friday 5AM build
89
# * is a special character in YAML so you have to quote this string
910
- cron: '0 5 * * 5'
1011

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1116
jobs:
1217
tests:
1318
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)