Skip to content

Commit bfcbab0

Browse files
authored
Update test.yml
1 parent ae670a0 commit bfcbab0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: 'CI'
2+
23
on:
3-
pull_request:
4-
push:
5-
paths-ignore:
6-
- '**.md'
7-
- '**.org'
8-
branches:
9-
- master
4+
workflow_run:
5+
workflows: ["Build"]
6+
types:
7+
- completed
108
workflow_dispatch:
119

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1214
jobs:
1315
build:
1416
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)