Skip to content

Commit

Permalink
#32: remove scheduled events because the action is executed on every …
Browse files Browse the repository at this point in the history
…push (#35)
  • Loading branch information
masesdevelopers committed Nov 24, 2022
1 parent d8b8388 commit e4c78f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '26 23 * * 3'
# Disabled to avoid error on schedule from check_changes job
# schedule:
# - cron: '26 23 * * 3'

jobs:
# Verify if a check is needed
Expand Down

0 comments on commit e4c78f8

Please sign in to comment.