Skip to content

Commit 2a145b5

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml
1 parent ddf4e55 commit 2a145b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
bundler-cache: true
4848
- name: Run all tests
4949
run: bundle exec rake
50+
workflow-keepalive:
51+
if: github.event_name == 'schedule'
52+
runs-on: ubuntu-latest
53+
permissions:
54+
actions: write
55+
steps:
56+
- uses: liskin/gh-workflow-keepalive@v1
5057
release:
5158
runs-on: ubuntu-latest
5259
if: contains(github.ref, 'tags') && github.event_name == 'create'

0 commit comments

Comments
 (0)