We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b625b88 commit 877ab4fCopy full SHA for 877ab4f
1 file changed
.github/workflows/ci.yml
@@ -23,17 +23,7 @@ permissions:
23
24
jobs:
25
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
33
runs-on: ubuntu-latest
34
- timeout-minutes: 30
35
- env:
36
- CARGO_TARGET_DIR: ${{ github.workspace }}/target
37
steps:
38
- run: |
39
s="${{ secrets.UNITY_EMAIL }}"
0 commit comments