We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db28d4 commit 62ea6a1Copy full SHA for 62ea6a1
.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
publish:
11
runs-on: ubuntu-20.04
12
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ # if: ${{ github.event.workflow_run.conclusion == 'success' }}
13
steps:
14
- uses: actions/checkout@v2.3.4
15
with:
0 commit comments