Skip to content

Commit

Permalink
chore(gha): disable rosa cleanup for support case (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langleu authored Aug 22, 2024
1 parent 29a2503 commit c022b43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/daily-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
description: "Maximum age of clusters in hours"
required: true
default: "20"
pull_request:
# the paths should be synced with ../labeler.yml
paths:
- .github/workflows/daily-cleanup.yml
- .github/actions/rosa-cleanup-clusters/**
# pull_request:
# # the paths should be synced with ../labeler.yml
# paths:
# - .github/workflows/daily-cleanup.yml
# - .github/actions/rosa-cleanup-clusters/**

schedule:
- cron: '0 1 * * *' # At 01:00 everyday.
# schedule:
# - cron: '0 1 * * *' # At 01:00 everyday.

env:
MAX_AGE_HOURS_CLUSTER: "${{ github.event.inputs.max_age_hours_cluster || '20' }}"
Expand Down

0 comments on commit c022b43

Please sign in to comment.