Skip to content

Commit 6a28393

Browse files
committed
minor tweaks to qa workflow
1 parent 026e78a commit 6a28393

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wav-format-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'flags-archive/**'
77
jobs:
8-
deploy:
8+
wav-format-check:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: List added files
17-
run: git diff-tree --no-commit-id --name-only -r ${{ github.sha }} | grep -E '^(flags-archive/)'
17+
run: git diff-tree --no-commit-id --name-only -r ${{ github.sha }}
1818

1919
- name: WAV format check
2020
run: |

0 commit comments

Comments
 (0)