We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3459f4 commit aefd6daCopy full SHA for aefd6da
.github/workflows/auto-cache-pool-tarball.yml
@@ -118,7 +118,7 @@ jobs:
118
all-deps.zip.sha256sum
119
- name: upload artifacts to cloud object storage
120
# if: (startsWith(github.ref, 'refs/tags/v')) && (github.repository == 'swoole/swoole-cli')
121
- if: ${{ (github.repository == 'jingjingxyk/swoole-cli') }}
+ if: ${{ (github.repository == 'jingjingxyk/swoole-cli') && (startsWith(github.ref, 'refs/tags/v')) }}
122
# if: "0"
123
env:
124
SECRET_ID: ${{ secrets.QCLOUD_OSS_SECRET_ID }}
0 commit comments