Don't run update release branch workflow on forks.

This commit is contained in:
Chris Gavin
2021-02-23 11:43:40 +00:00
parent 7f1d7b8bda
commit fdf2494cfa

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: