Skip to content

Commit

Permalink
Merge pull request #97 from robertapplin/95_ScheduleWorkflows
Browse files Browse the repository at this point in the history
Schedule the workflows to run every Friday
  • Loading branch information
robertapplin authored Jan 17, 2021
2 parents 11666d2 + 241c3a7 commit 5c60b15
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Cppcheck
on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 12 * * FRI'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Flake8
on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 12 * * FRI'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Ubuntu
on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 12 * * FRI'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Windows
on:
pull_request:
branches: [ master ]
schedule:
- cron: '0 12 * * FRI'

jobs:
build:
Expand Down

0 comments on commit 5c60b15

Please sign in to comment.