Skip to content

Commit f159837

Browse files
committed
CI: workflow-keepalive using liskin/gh-workflow-keepalive
1 parent de95fc0 commit f159837

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ jobs:
1818
- run: echo '2000-01-01T00:00:00' > file.log
1919
- run: time ./diff-logs < file.log
2020
- run: time ./diff-logs file.log file.log
21+
22+
workflow-keepalive:
23+
if: github.event_name == 'schedule'
24+
runs-on: ubuntu-latest
25+
permissions:
26+
actions: write
27+
steps:
28+
- uses: liskin/gh-workflow-keepalive@f72ff1a1336129f29bf0166c0fd0ca6cf1bcb38c # v1.2.1

0 commit comments

Comments
 (0)