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 f332b6d commit 2604136Copy full SHA for 2604136
.github/workflows/tests.yml
@@ -76,3 +76,6 @@ jobs:
76
- name: tests
77
run: bats tests
78
79
+ # keepalive-workflow adds a dummy commit if there's no other action here, keeps
80
+ # GitHub from turning off tests after 60 days
81
+ - uses: gautamkrishnar/keepalive-workflow@v1
0 commit comments