Skip to content

Commit

Permalink
ci: cleanup only on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Apr 24, 2024
1 parent ffcc2b8 commit 6c099f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
customHeaders: '{"Authorization": "Bearer ${{ secrets.CF_AUTH_TOKEN }}"}'

cleanup:
if: github.event.pull_request.merged == true
runs-on: ubuntu-20.04
steps:
- name: Extract Branch Name
Expand Down

0 comments on commit 6c099f6

Please sign in to comment.