Skip to content

Commit

Permalink
build(ci): keep workflow active
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm authored Oct 13, 2024
1 parent 08d4878 commit 7d9393c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update-xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ jobs:
body: |
This PR updates root zone trust anchors XML. Please verify the changes.
branch: update-xml

keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit 7d9393c

Please sign in to comment.