Merge pull request #400 from github/no-update-release-branch-on-forks

Don't run update release branch workflow on forks.
This commit is contained in:
Chris Gavin 2021-02-24 09:28:41 +00:00 committed by GitHub
commit 964ae01287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ on:
jobs:
update:
runs-on: ubuntu-latest
if: ${{ github.repository == 'github/codeql-action' }}
steps:
- uses: actions/checkout@v2
with: