Skip to content

Commit

Permalink
Update delete-deployments.yml (#10662)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebawo authored Sep 15, 2023
1 parent eccbeef commit a97547d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete-deployments.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deployments
name: Cleanup integration deployments
on:
workflow_dispatch:
schedule:
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: 🧼 Clean up Environment
- name: Clean up integration environment
uses: ./.github/actions/delete-deployments
with:
environment: integration
Expand Down

0 comments on commit a97547d

Please sign in to comment.