Skip to content

Commit 4e7f5d1

Browse files
committed
skip upload if no account id (like for dependabot)
1 parent 374894d commit 4e7f5d1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/miniupnpc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192

193193
upload:
194194
name: 🚀 Upload
195+
if: '${{ secrets.CHIA_AWS_ACCOUNT_ID }}' != ''
195196
runs-on: ubuntu-latest
196197
needs: build
197198
steps:

.github/workflows/psutil.yml

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153

154154
upload:
155155
name: 🚀 Upload
156+
if: '${{ secrets.CHIA_AWS_ACCOUNT_ID }}' != ''
156157
runs-on: ubuntu-latest
157158
needs: build
158159
steps:

.github/workflows/reflow-upload-to-chia-pypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ permissions:
2525
jobs:
2626
upload:
2727
name: 🚀 Upload
28+
if: '${{ secrets.CHIA_AWS_ACCOUNT_ID }}' != ''
2829
runs-on: ubuntu-latest
2930
steps:
3031
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)