Browse Source

Delete .github/workflows/keepalive.yml

repo-sync/default
Daniel Gibbs 23 hours ago
committed by GitHub
parent
commit
cdb58d611e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 21
      .github/workflows/keepalive.yml

21
.github/workflows/keepalive.yml

@ -1,21 +0,0 @@
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…
Cancel
Save