Made the snapshot-on-push Github action run on only the upstream repository.
This commit is contained in:
parent
bfa9e77523
commit
d006317b0e
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_windows:
|
build_windows:
|
||||||
name: Build (Windows)
|
name: Build (Windows)
|
||||||
|
if: github.repository == 'cc65/cc65'
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -30,6 +31,7 @@ jobs:
|
||||||
|
|
||||||
build_linux:
|
build_linux:
|
||||||
name: Build, Test, and Snapshot (Linux)
|
name: Build, Test, and Snapshot (Linux)
|
||||||
|
if: github.repository == 'cc65/cc65'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue