Skip to content

Commit 18ddcd6

Browse files
P0NDER0SABen Larabie
andauthored
Adjusting Filter for Tests (#2705)
* test * adjusting filter * rolling this back so i can test properly later * minor adjustment to attempt to fix filters * back to main * trying this --------- Co-authored-by: Ben Larabie <[email protected]>
1 parent 77b9716 commit 18ddcd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
filters: |
1515
run-tests:
1616
- '**'
17-
- '!.github/**'
18-
- '.github/workflows/test.yaml'
17+
- '!.github/workflows/!(test).yaml'
1918
test:
2019
needs: changes
2120
if: ${{ contains(fromJSON(needs.changes.outputs.changes), 'run-tests') }}

0 commit comments

Comments
 (0)