Skip to content

Commit

Permalink
CI: Remove schedule from CI workflow
Browse files Browse the repository at this point in the history
Removes the unnecessary schedule from the GH Actions CI workflow. The
schedule is unnecessary because there's currently no external dependency
in any of the jobs in the workflow that could benefit from testing over
time, without code changes. For example, that usually takes the form of
a linting job, where the linting tool improves over time.
  • Loading branch information
ctlong committed Dec 16, 2024
1 parent 0329743 commit 3b61940
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [ "develop", "release-candidate", "main" ]
pull_request:
branches: [ "develop", "release-candidate", "main" ]
schedule:
- cron: '00 7 * * 1'

jobs:
unit-test:
Expand Down

0 comments on commit 3b61940

Please sign in to comment.