Added logic to check for the specified main HFLA website repository before commencing scheduling workflow. #3361
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the main codeql.yml file which scans for CodeQL alerts. | |
# Most of the code is in .github/workflows/codeql-scan-job.yml | |
name: "CodeQL Scan" | |
on: | |
push: | |
branches: [ 'gh-pages' ] | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: [ 'gh-pages' ] | |
schedule: | |
- cron: '30 5 * * 5' | |
workflow_dispatch: | |
jobs: | |
codeql-scan-job: | |
uses: ./.github/workflows/codeql-scan-job.yml |