Skip to content

Commit

Permalink
Re-introduce explicit include files
Browse files Browse the repository at this point in the history
Signed-off-by: Y. Meyer-Norwood <[email protected]>
  • Loading branch information
norwd authored Dec 7, 2022
1 parent 1af9638 commit 11369dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/self_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "Self Test"
run-name: "Self Test workflow started by @${{ github.actor }}"

on:
push:
push:

jobs:
run-self:
Expand All @@ -29,3 +29,6 @@ jobs:

# yamlfmt configuration
exclude-files: .github/testing/bad.yml
include-files: |
**/*.{yaml,yml}
.github/testing/nonexisting.yml

0 comments on commit 11369dd

Please sign in to comment.