diff --git a/.github/workflows/teardown-inactive-surge-deployments.yml b/.github/workflows/teardown-inactive-surge-deployments.yml index ba7779d29..a19fa94d4 100644 --- a/.github/workflows/teardown-inactive-surge-deployments.yml +++ b/.github/workflows/teardown-inactive-surge-deployments.yml @@ -14,8 +14,9 @@ jobs: teardown_inactive_deployement: runs-on: ubuntu-22.04 steps: - - name: Teardown surge deployement inactive than more 1 month + - name: Teardown deployments older than 1 month uses: adrianjost/actions-surge.sh-teardown@v1.0.3 + timeout-minutes: 10 with: regex: '[1-9]+ month.? ago' env: