Skip to content

Commit

Permalink
Enable linters workflow on PRs and disable nightly
Browse files Browse the repository at this point in the history
I think that nightly is not really needed if we have it for PRs. Plus
I left the manual dispatch so that we can start it as needed.
  • Loading branch information
MiKom committed Aug 6, 2024
1 parent 74875d3 commit d4607e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
name: Linters

on:
schedule:
- cron: '37 21 * * *'
workflow_dispatch:
pull_request:

env:
CC: "clang"
Expand Down

0 comments on commit d4607e1

Please sign in to comment.