Skip to content

Commit

Permalink
Merge pull request #82 from getlipa/feature/run-github-actions-period…
Browse files Browse the repository at this point in the history
…ically

Add periodic GitHub actions check
  • Loading branch information
gcomte authored Mar 14, 2023
2 parents 7314367 + 8704f73 commit c5233c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- main
- develop
pull_request:
schedule:
- cron: '21 2 * * 1-5' # every weekday at 2:21 AM UTC

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- main
- develop
pull_request:
schedule:
- cron: '21 2 * * 1-5' # every weekday at 2:21 AM UTC

jobs:
security-audit:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- main
- develop
pull_request:
schedule:
- cron: '21 2 * * 1-5' # every weekday at 2:21 AM UTC

jobs:
integration:
Expand Down

0 comments on commit c5233c6

Please sign in to comment.