We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de95fc0 commit a954916Copy full SHA for a954916
.github/workflows/ci.yml
@@ -18,3 +18,11 @@ jobs:
18
- run: echo '2000-01-01T00:00:00' > file.log
19
- run: time ./diff-logs < file.log
20
- 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