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 Jun 14, 2024
1 parent dc9f44d commit 5aa5cd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
needs: [DevTests, LiveServices, BuildTests, ExampleDataCache, ExampleDataTests]
if: |
${{ needs.DevTests.result }} == 'failure' ||
${{ needs.LiveServices.result }} == 'failure' ||
${{ needs.BuildTests.result }} == 'failure' ||
${{ needs.ExampleDataCache.result }} == 'failure' ||
${{ needs.LiveServices.result }} == 'failure' ||
${{ needs.BuildTests.result }} == 'failure' ||
${{ needs.ExampleDataCache.result }} == 'failure' ||
${{ needs.ExampleDataTests.result }} == 'failure'
steps:
- name: Printout which failed
Expand Down

0 comments on commit 5aa5cd4

Please sign in to comment.