Skip to content

Commit a55e7e1

Browse files
authored
Actions: Run enterprise versions workflow only on the parent repo
Don't run the cron workflow on forks, since they lack the necessary secrets.
1 parent eeaefb6 commit a55e7e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-supported-enterprise-server-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
update-supported-enterprise-server-versions:
99
runs-on: ubuntu-latest
10+
if: ${{ github.repository == 'github/codeql-action' }}
1011

1112
steps:
1213
- name: Setup Python

0 commit comments

Comments
 (0)