Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 29, 2024
1 parent e51e09f commit df66960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_integration_test_trigger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COMMIT_MSG=$(git log --no-merges -1 --oneline)
if [[ "$GITHUB_EVENT_NAME" == push ||
"$COMMIT_MSG" =~ \[integration\] ]]; then
echo "trigger=true" >> "$GITHUB_OUTPUT"
fi
fi

0 comments on commit df66960

Please sign in to comment.