We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026e78a commit 6a28393Copy full SHA for 6a28393
1 file changed
.github/workflows/wav-format-check.yaml
@@ -5,7 +5,7 @@ on:
5
paths:
6
- 'flags-archive/**'
7
jobs:
8
- deploy:
+ wav-format-check:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: 0
15
16
- name: List added files
17
- run: git diff-tree --no-commit-id --name-only -r ${{ github.sha }} | grep -E '^(flags-archive/)'
+ run: git diff-tree --no-commit-id --name-only -r ${{ github.sha }}
18
19
- name: WAV format check
20
run: |
0 commit comments