Skip to content

Commit a82e5bb

Browse files
fix(keepalive): Run keepalive step only for scheduled run (#33)
1 parent 6fe79b0 commit a82e5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ runs:
108108

109109
# keepalive-workflow keeps GitHub from turning off tests after 60 days
110110
- uses: gautamkrishnar/keepalive-workflow@v2
111-
if: always() && matrix.ddev_version == 'stable' && inputs.keepalive == 'true'
111+
if: always() && matrix.ddev_version == 'stable' && inputs.keepalive == 'true' && github.event_name == 'schedule'
112112
with:
113113
time_elapsed: ${{ inputs.keepalive_time_elapsed }}
114114

0 commit comments

Comments
 (0)