We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3aa5a commit 9cb4bc5Copy full SHA for 9cb4bc5
.github/workflows/ci.yml
@@ -895,7 +895,6 @@ jobs:
895
896
internal-tests:
897
name: Internal Tests
898
- needs: [lints]
899
# Skip if not a PR or a push to master
900
# Skip if this is an external contribution. GitHub secrets will be empty, so the step would fail anyway.
901
if: ${{ (github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master'))
0 commit comments