Skip to content

Commit

Permalink
[workflows] Fix automatic release generation
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed May 14, 2023
1 parent e92d3ac commit 258031b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
devel-release:
name: Development
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' && github.event.action == 'opened' && !github.event.pull_request.merged || github.event_name == 'push' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.10.0
Expand Down

0 comments on commit 258031b

Please sign in to comment.