Skip to content

Commit 964ae01

Browse files
authored
Merge pull request #400 from github/no-update-release-branch-on-forks
Don't run update release branch workflow on forks.
2 parents 7f1d7b8 + fdf2494 commit 964ae01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-release-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
update:
1414
runs-on: ubuntu-latest
15+
if: ${{ github.repository == 'github/codeql-action' }}
1516
steps:
1617
- uses: actions/checkout@v2
1718
with:

0 commit comments

Comments
 (0)