Skip to content

Commit

Permalink
Merge pull request linux-automation#73 from hnez/ci-schedule
Browse files Browse the repository at this point in the history
ci: also run jobs on a schedule
  • Loading branch information
SmithChart authored Jul 1, 2024
2 parents f8847eb + eedbad1 commit 1f2145c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- main
schedule:
- cron: '48 20 * * 4'

jobs:
codespell:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tacd-daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- main
schedule:
- cron: '48 20 * * 4'

env:
# Make sure cargo commands not only fail on hard errors but also on warnings
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tacd-webui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches:
- main
schedule:
- cron: '48 20 * * 4'

env:
# Generating sourcemaps fails with file not found in the autolinker
Expand Down

0 comments on commit 1f2145c

Please sign in to comment.