diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3dce97e..893cda1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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