We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a44f51d + e4d46f1 commit bd249f2Copy full SHA for bd249f2
1 file changed
.github/workflows/check-tags.yml
@@ -71,4 +71,6 @@ jobs:
71
steps:
72
# Checkout is needed to determine if keepalive is necessary based on repo activity.
73
- uses: actions/checkout@v4
74
- - uses: gautamkrishnar/keepalive-workflow@v2
+ - name: keepalive
75
+ if: github.event_name == 'schedule'
76
+ uses: efrecon/gh-action-keepalive@main
0 commit comments