Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #400 from github/no-update-release-branch-on-forks
Don't run update release branch workflow on forks.
Chris Gavin authored and GitHub committed Feb 24, 2021
2 parents 7f1d7b8 + fdf2494 commit 964ae01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-release-branch.yml
@@ -12,6 +12,7 @@ on:
jobs:
update:
runs-on: ubuntu-latest
if: ${{ github.repository == 'github/codeql-action' }}
steps:
- uses: actions/checkout@v2
with:

0 comments on commit 964ae01

Please sign in to comment.