Skip to content

Commit 8d2a540

Browse files
committed
ci: add check-only when receiving PR on files.list
Signed-off-by: Camber Huang <[email protected]>
1 parent 7d2fff5 commit 8d2a540

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Verify updates (check only)
2+
3+
on:
4+
pull_request:
5+
paths: [ files.list ]
6+
workflow_dispatch: ~
7+
8+
jobs:
9+
update:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v3
15+
16+
- name: Update
17+
run: |
18+
bash update-files.sh

0 commit comments

Comments
 (0)