Only create snapshots when action is ran from main repo (#3152)
This commit is contained in:
parent
f57aa0b90f
commit
65a1aa9cb3
1
.github/workflows/ci-snapshot.yml
vendored
1
.github/workflows/ci-snapshot.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
create-installer:
|
create-installer:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
if: github.repository == 'racket/racket'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user