diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6ee5c74cc..5e5a55a5f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,14 +5,10 @@ on: branches: - main - release/* - - v0.* - - v1.* push: branches: - main - release/* - - v0.* - - v1.* schedule: - cron: "29 13 * * 2" # weekly at 13:29 UTC on Tuesday @@ -54,14 +50,3 @@ jobs: - name: Perform CodeQL analysis uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 - - workflow-notification: - permissions: - contents: read - issues: write - needs: - - analyze - if: always() - uses: ./.github/workflows/reusable-workflow-notification.yml - with: - success: ${{ needs.analyze.result == 'success' }}