Skip to content

Commit

Permalink
RunTest -> RunTests
Browse files Browse the repository at this point in the history
  • Loading branch information
luiarthur committed May 21, 2024
1 parent 359828f commit c50bb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# passed).
if: |
github.ref == 'refs/heads/master' &&
(needs.RunTest.result == 'success' || needs.RunTest.result == 'skipped')
(needs.RunTests.result == 'success' || needs.RunTests.result == 'skipped')
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c50bb0d

Please sign in to comment.