3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 17:31:59 +00:00

CI: Check repo for YosysHQ specific jobs

Prevents unintended bumps on the flake.lock and Yosys version on forks (provided the forks synchronize their main after this gets merged).
Update version.yml to use the same style of `if` on the job, rather than on specific actions.
Wheels will still build as a cron job, but won't try to upload if it's a fork.
This commit is contained in:
Krystine Sherwin 2025-09-23 15:02:45 +12:00
parent 19667dd6f1
commit 6f7cd637cb
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -6,6 +6,7 @@ on:
jobs:
lockfile:
if: github.repository == 'YosysHQ/Yosys'
runs-on: ubuntu-latest
steps:
- name: Checkout repository