Skip to content

Commit fdf2494

Browse files
committed
Don't run update release branch workflow on forks.
1 parent 7f1d7b8 commit fdf2494

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)