Merge pull request #8159 from gotson/disable-snyk-workflow-on-forks

disable snyk workflow on forks
This commit is contained in:
Himanshu Mishra
2021-11-19 16:33:24 +05:30
committed by GitHub
@@ -6,6 +6,8 @@ on:
jobs:
sync:
if: github.repository == 'backstage/backstage' # prevent running on forks
runs-on: ubuntu-latest
strategy: