We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dfbe2 commit 19adb8eCopy full SHA for 19adb8e
.github/workflows/keepalive.yml
@@ -0,0 +1,17 @@
1
+name: Keep Alive
2
+on:
3
+ schedule:
4
+ - cron: "0 0 * * *"
5
+jobs:
6
+ main-job:
7
+ name: Main Job
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ workflow-keepalive:
12
+ if: github.event_name == 'schedule'
13
14
+ permissions:
15
+ actions: write
16
17
+ - uses: liskin/gh-workflow-keepalive@v1
.github/workflows/main.yml
@@ -15,8 +15,8 @@ on:
workflow_dispatch:
jobs:
18
- smoke-test:
19
- name: Setup infrastructure
+ integration-tests:
+ name: Run Integration Tests
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout
0 commit comments