mirror of
https://github.com/gantry/gantry5.git
synced 2026-09-03 20:52:53 -05:00
Ignore CI/release action if in a fork
This commit is contained in:
@@ -2,11 +2,12 @@ name: Release Builds
|
||||
|
||||
on:
|
||||
release:
|
||||
ignore-forks: true
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: "!github.event.release.prerelease"
|
||||
if: "github.repository == 'gantry/gantry5' && !github.event.release.prerelease'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user