Fix #3329: Prevent nightly build on forks (#3261)

* Prevent nightly build on forks

* Fix indentation

* Fix prettier!
This commit is contained in:
Adam Harvey
2020-11-07 01:47:08 -05:00
committed by GitHub
parent 33b7300ebe
commit e1292f417c
+2
View File
@@ -6,6 +6,8 @@ on:
jobs:
build:
if: github.repository == 'backstage/backstage' # prevent running on forks
runs-on: ubuntu-latest
strategy: