Skip to content

Commit 2d624df

Browse files
committed
[bfops/test-pr-private]: fix?
1 parent c68067a commit 2d624df

5 files changed

Lines changed: 169 additions & 170 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ permissions:
2424
jobs:
2525
internal-tests:
2626
name: Internal Tests
27-
needs: [lints]
2827
# Skip if not a PR or a push to master
2928
# Skip if this is an external contribution. GitHub secrets will be empty, so the step would fail anyway.
3029
if: ${{ (github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master'))

0 commit comments

Comments
 (0)