mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-27 06:13:37 +00:00
CI: Don't use self-hosted runner on forks
This commit is contained in:
parent
259bd6fb33
commit
19667dd6f1
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test-verific.yml
vendored
2
.github/workflows/test-verific.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
test-verific:
|
||||
needs: pre-job
|
||||
if: needs.pre-job.outputs.should_skip != 'true'
|
||||
if: ${{ needs.pre-job.outputs.should_skip != 'true' && github.repository == 'YosysHQ/Yosys' }}
|
||||
runs-on: [self-hosted, linux, x64, fast]
|
||||
steps:
|
||||
- name: Checkout Yosys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue