diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4dddccd..8b93b90 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -21,3 +21,6 @@ jobs: commit_message: Message checkout_options: -b branch: ci-test + + - name: Delete Branch + run: git push -d origin ci-test