Skip to content

Commit 877ab4f

Browse files
committed
[bfops/find-email]: fix
1 parent b625b88 commit 877ab4f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,7 @@ permissions:
2323

2424
jobs:
2525
unity-testsuite:
26-
needs: [lints]
27-
# Skip if this is an external contribution.
28-
# The license secrets will be empty, so the step would fail anyway.
29-
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
30-
permissions:
31-
contents: read
32-
checks: write
3326
runs-on: ubuntu-latest
34-
timeout-minutes: 30
35-
env:
36-
CARGO_TARGET_DIR: ${{ github.workspace }}/target
3727
steps:
3828
- run: |
3929
s="${{ secrets.UNITY_EMAIL }}"

0 commit comments

Comments
 (0)