Skip to content

Commit

Permalink
chore(ci): Run regression tests if workflow changed (#21521)
Browse files Browse the repository at this point in the history
Currently ignores changes to regression.yml

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Oct 16, 2024
1 parent d13728c commit 981279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
all_changed:
- added|deleted|modified: "**"
ignore:
- "./.github/**"
- "./.github/!(regression.yml)"
- "./.gitignore"
- "distribution/**"
- "rust-doc/**"
Expand Down

0 comments on commit 981279a

Please sign in to comment.