Skip to content

Commit

Permalink
🌱 Update codeql.yml to run the workflow once per week only (#4277)
Browse files Browse the repository at this point in the history
Update codeql.yml to run the workflow once per week only

Follow up of : #4252

We do not want to run for each Pull Request.
Execute it once per week is more than enough
  • Loading branch information
camilamacedo86 authored Oct 31, 2024
1 parent d500f48 commit 2232cd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
# - `master` represents the latest development work.
# - `book-v4` is the latest stable release branch, which contains the latest published code,
# ensuring that any issues in production are identified and addressed promptly.
push:
branches: ["master", "book-v4"]
pull_request:
branches: ["master", "book-v4"]
schedule:
- cron: '30 20 * * 1' # Runs every Monday at 8:30 PM

Expand Down

0 comments on commit 2232cd2

Please sign in to comment.