Browse Source
* no synced local '.github/' with remote 'general/.github/' * no synced local './' with remote 'docker/'pull/75/head
committed by
GitHub
3 changed files with 27 additions and 4 deletions
@ -0,0 +1,21 @@ |
|||||
|
name: Keepalive Workflow |
||||
|
on: |
||||
|
schedule: |
||||
|
- cron: "0 0 * * *" |
||||
|
jobs: |
||||
|
main-job: |
||||
|
name: Main Job |
||||
|
runs-on: ubuntu-latest |
||||
|
steps: |
||||
|
- uses: actions/checkout@v4 |
||||
|
# - step1 |
||||
|
# - step 2 |
||||
|
# - Step N |
||||
|
keepalive-job: |
||||
|
name: Keepalive Workflow |
||||
|
runs-on: ubuntu-latest |
||||
|
permissions: |
||||
|
actions: write |
||||
|
steps: |
||||
|
- uses: actions/checkout@v4 |
||||
|
- uses: gautamkrishnar/keepalive-workflow@v2 |
Loading…
Reference in new issue