Skip to content

Commit

Permalink
ci: Add scheduled run for everyday
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Aug 21, 2023
1 parent 091e25b commit 7463593
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_bluegreen.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
schedule:
- cron: "0 1 * * *"

jobs:
setup-shopware:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_general.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
schedule:
- cron: "0 2 * * *"

jobs:
setup-shopware:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_installer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
schedule:
- cron: "0 3 * * *"

jobs:
setup-shopware:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_update.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
schedule:
- cron: "0 4 * * *"

jobs:
setup-shopware:
Expand Down

0 comments on commit 7463593

Please sign in to comment.