Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to remove scheduled job
Browse files Browse the repository at this point in the history
The scheduled job in the GitHub Actions workflow has been removed. This job was previously set to run every Monday at 8:30 AM. However, it is no longer needed and has been causing unnecessary resource consumption. This commit removes the scheduled job from the workflow configuration file.
  • Loading branch information
kdknigga committed Jul 13, 2024
1 parent f674e93 commit 68be478
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '30 8 * * 1'

jobs:
analyze:
Expand Down

0 comments on commit 68be478

Please sign in to comment.