Skip to content

Commit 84e6aa0

Browse files
author
parisb
committed
ci: fix triggers
1 parent 5888ccb commit 84e6aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
release:
15-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
15+
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
1616
runs-on: ubuntu-latest
1717
permissions:
1818
contents: write

0 commit comments

Comments
 (0)