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 ddf4e55 commit 2a145b5Copy full SHA for 2a145b5
.github/workflows/ci.yml
@@ -47,6 +47,13 @@ jobs:
47
bundler-cache: true
48
- name: Run all tests
49
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
57
release:
58
runs-on: ubuntu-latest
59
if: contains(github.ref, 'tags') && github.event_name == 'create'
0 commit comments