Skip to content

Commit

Permalink
Ignore Taskfile changes as trigger for long test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr committed Jun 18, 2021
1 parent 53d7921 commit c7364a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-changes.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

IGNORE_FILTERS=("docs/" "README.md" "hack/")
IGNORE_FILTERS=("docs/" "README.md" "hack/" "Taskfile.yml" "scripts/check-changes.sh")
CHANGED_FILES=$(git diff HEAD HEAD~ --name-only)
IGNORED_COUNT=0
NON_IGNORED_COUNT=0
Expand Down

0 comments on commit c7364a1

Please sign in to comment.