Skip to content

Commit

Permalink
Only run release cleanup on successful runs
Browse files Browse the repository at this point in the history
  • Loading branch information
asorbini committed Apr 18, 2024
1 parent 5b1b3a6 commit 01ae979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ permissions:

jobs:
cleanup_jobs:
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- name: Clone uno
Expand Down

0 comments on commit 01ae979

Please sign in to comment.