mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 09:53:04 +01:00
Don't run on forks
This commit is contained in:
1
.github/workflows/mirror-main-to-master.yml
vendored
1
.github/workflows/mirror-main-to-master.yml
vendored
@@ -9,6 +9,7 @@ on:
|
||||
jobs:
|
||||
mirror-main-to-master:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'github/vscode-codeql-starter'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user