diff --git a/.github/workflows/codeql-skills-high.yml b/.github/workflows/codeql-skills-high.yml index 0b720c0c59f..6a3e5a12617 100644 --- a/.github/workflows/codeql-skills-high.yml +++ b/.github/workflows/codeql-skills-high.yml @@ -2,28 +2,6 @@ name: CodeQL Skills High Severity on: workflow_dispatch: - pull_request: - types: [opened, synchronize, reopened, ready_for_review] - paths: - - ".github/CODEOWNERS" - - ".github/codeql/**" - - ".github/scripts/**" - - ".github/workflows/**" - push: - branches: - - main - - "security/**" - paths: - - ".github/CODEOWNERS" - - ".github/codeql/**" - - ".github/scripts/**" - - ".github/workflows/**" - schedule: - - cron: "20 7 * * *" - -concurrency: - group: codeql-skills-high-${{ github.event_name == 'workflow_dispatch' && github.run_id || github.event_name == 'pull_request' && github.event.pull_request.number || github.sha }} - cancel-in-progress: ${{ github.event_name == 'pull_request' }} permissions: actions: read @@ -33,7 +11,6 @@ permissions: jobs: workflow-actions: name: Actions workflow security - if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }} runs-on: ubuntu-24.04 timeout-minutes: 10 steps: @@ -59,7 +36,6 @@ jobs: skill-shard: name: Skill shard (${{ matrix.shard }}, ${{ matrix.language }}) - if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }} runs-on: ubuntu-24.04 timeout-minutes: 60 strategy: @@ -175,7 +151,6 @@ jobs: skill-audit: name: Skill audit (${{ matrix.shard }}) - if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }} runs-on: ubuntu-24.04 timeout-minutes: 30 strategy: