Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed May 1, 2022
1 parent e6bcffd commit 0ada206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
schedule:
- cron: "17 12 * * 6"
jobs:
# Required job is a stub which only runs when other dependencies complete
# successfully. This is intended to be listed as a required check in a branch
# protection rule.
required:
# Stub job that aggregates multiple jobs into one which can be listed as a
# required check in a branch protection rule.
needs:
- test
- lint
Expand Down

0 comments on commit 0ada206

Please sign in to comment.