Skip to content

Commit 0761431

Browse files
Add a keep alive job so that it does not get disabled
Signed-off-by: Tony Xiang <[email protected]>
1 parent 22284c7 commit 0761431

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/sync-examples.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,12 @@ jobs:
4949
commit_user_name: GitHub Actions Bot
5050
commit_user_email: [email protected]
5151
commit_author: GitHub Actions Bot <[email protected]>
52+
53+
keepalive-job:
54+
name: Keepalive Workflow
55+
runs-on: ubuntu-latest
56+
permissions:
57+
actions: write
58+
steps:
59+
- uses: actions/checkout@v4
60+
- uses: gautamkrishnar/keepalive-workflow@v2

0 commit comments

Comments
 (0)