Skip to content

Commit

Permalink
Changes to test clean workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers committed Apr 5, 2024
1 parent 30cf471 commit a12ff1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
clean:
needs:
- branch_name
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/clean_workflow.yml@main
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/clean_workflow.yml@BC-7024-migration-to-ionos-postgres-dev
with:
branch: ${{ needs.branch_name.outputs.branch }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
delete_namespaces:
runs-on: ubuntu-latest
if: needs.examine_branch_existence.outputs.are_all_branches_deleted == 'true'
# if: needs.examine_branch_existence.outputs.are_all_branches_deleted == 'true'
needs:
- examine_branch_existence
- create_branch_identifier
Expand Down

0 comments on commit a12ff1a

Please sign in to comment.