Skip to content

Commit

Permalink
Don't run update release branch workflow on forks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gavin committed Feb 23, 2021
1 parent 7f1d7b8 commit fdf2494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
update:
runs-on: ubuntu-latest
if: ${{ github.repository == 'github/codeql-action' }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit fdf2494

Please sign in to comment.