Skip to content

Commit

Permalink
chore(security): Unschedule CodeQL workflow (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jan 21, 2024
1 parent 59810ba commit b5a861a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [main]
branches: main
pull_request:
workflow_call:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: main
pull_request:
branches: main
schedule:
- cron: 23 2 * * 0

concurrency:
group: codeql-${{ github.ref_name }}
Expand Down

0 comments on commit b5a861a

Please sign in to comment.