Skip to content

Commit 50a7dab

Browse files
committed
Fix broken release workflow [ci skip]
Signed-off-by: Sara Damiano <[email protected]>
1 parent b479e5b commit 50a7dab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prepare_release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
paths:
77
- 'VERSION' # Push events when the VERSION file changes
88
workflow_dispatch:
9-
if: ${{ ! contains(github.event.head_commit.message, 'ci skip') }}
109

1110
name: Create a New Release
1211

@@ -15,7 +14,7 @@ env:
1514

1615
jobs:
1716
wait_for_checks:
18-
if: ${{ github.event_name == 'workflow_dispatch' }}
17+
if: ${{ github.event_name != 'workflow_dispatch' }}
1918
strategy:
2019
matrix:
2120
req_workflow:

0 commit comments

Comments
 (0)