mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
Actions: Run enterprise versions workflow only on the parent repo
Don't run the cron workflow on forks, since they lack the necessary secrets.
This commit is contained in:
@@ -7,6 +7,7 @@ on:
|
||||
jobs:
|
||||
update-supported-enterprise-server-versions:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'github/codeql-action' }}
|
||||
|
||||
steps:
|
||||
- name: Setup Python
|
||||
|
||||
Reference in New Issue
Block a user