We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6273011 commit 31ca1f3Copy full SHA for 31ca1f3
.github/workflows/release.yml
@@ -16,7 +16,7 @@ env:
16
jobs:
17
release:
18
runs-on: ubuntu-latest
19
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ # if: ${{ github.event.workflow_run.conclusion == 'success' }}
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v4
0 commit comments