We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448ed81 commit 32f4203Copy full SHA for 32f4203
1 file changed
.github/workflows/upload.yml
@@ -48,7 +48,7 @@ jobs:
48
name: upload test binary
49
runs-on: ubuntu-latest
50
needs: build-static
51
- if: ${{ github.event_name == 'push' || github.event_name == 'release' && github.repository == 'linux-nvme/nvme-cli' }}
+ if: ${{ (github.event_name == 'push' || github.event_name == 'release') && github.repository == 'linux-nvme/nvme-cli' }}
52
steps:
53
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
54
with:
0 commit comments