Skip to content

Commit f4e2dc7

Browse files
authored
Merge pull request #531 from github/adityasharad/actions/enterprise-versions-upstream-only
Actions: Run enterprise versions workflow only on the parent repo
2 parents eeaefb6 + a55e7e1 commit f4e2dc7

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)