-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(schedule): Run cron for end to end test
- Loading branch information
1 parent
a104532
commit 0d09930
Showing
8 changed files
with
153 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
name: Keep Alive | ||
on: | ||
|
||
schedule: | ||
- cron: '0 3 * * 4' | ||
- cron: "0 3 * * 4" | ||
|
||
permissions: | ||
actions: write | ||
|
||
jobs: | ||
keep-alive: | ||
|
||
name: Keep Alive | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
||
- name: Clone project files | ||
uses: actions/checkout@v4 | ||
|
||
# keepalive-workflow keeps GitHub from turning off tests after 60 days | ||
- uses: gautamkrishnar/keepalive-workflow@v2 | ||
with: | ||
time_elapsed: 45 | ||
workflow_files: "static-and-unit-test-suite.yml" | ||
workflow_files: "end-to-end-test-suite.yml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.