Skip to content

Commit

Permalink
DBP-952-improvements-database-deletion-job (#4)
Browse files Browse the repository at this point in the history
DBP-952-improvements-database-deletion-job (#4)
  • Loading branch information
aimee-889 authored Aug 26, 2024
1 parent 531fd8b commit 31f9ba5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
push:
branches:
- "**"
schedule:
- cron: '0 2 * * *'
delete:

concurrency:
Expand Down Expand Up @@ -98,7 +96,7 @@ jobs:
if: ${{ github.event_name == 'delete' && github.event.ref_type == 'branch'}}
needs:
- create_branch_identifier_for_deletion
uses: dBildungsplattform/spsh-app-deploy/.github/workflows/delete-namespace.yml@3
uses: dBildungsplattform/spsh-app-deploy/.github/workflows/delete-namespace.yml@5
with:
namespace: ${{ needs.create_branch_identifier_for_deletion.outputs.namespace_from_branch }}
secrets:
Expand Down

0 comments on commit 31f9ba5

Please sign in to comment.