Skip to content

Commit

Permalink
add schedule to pipeline workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadschaak committed Aug 6, 2024
1 parent d1fa849 commit 8b8527f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "10 4 * * 2" # Every Tuesday at 4:10 AM UTC

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [ "main" ]
pull_request:
schedule:
- cron: "10 4 * * 2" # Every Tuesday at 4:10 AM UTC

permissions:
contents: read
Expand Down

0 comments on commit 8b8527f

Please sign in to comment.