Skip to content

Commit e28de1a

Browse files
authored
Remove unneeded workflow config (#1714)
1 parent 422c4a1 commit e28de1a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ on:
55
branches:
66
- main
77
- release/*
8-
- v0.*
9-
- v1.*
108
push:
119
branches:
1210
- main
1311
- release/*
14-
- v0.*
15-
- v1.*
1612
schedule:
1713
- cron: "29 13 * * 2" # weekly at 13:29 UTC on Tuesday
1814

@@ -54,14 +50,3 @@ jobs:
5450

5551
- name: Perform CodeQL analysis
5652
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
57-
58-
workflow-notification:
59-
permissions:
60-
contents: read
61-
issues: write
62-
needs:
63-
- analyze
64-
if: always()
65-
uses: ./.github/workflows/reusable-workflow-notification.yml
66-
with:
67-
success: ${{ needs.analyze.result == 'success' }}

0 commit comments

Comments
 (0)