Skip to content

Commit 5a93e31

Browse files
authored
Condition the jwt action on release (#171)
1 parent 9209d77 commit 5a93e31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-c-libraries.yml

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
chiavdfc-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}.zip
136136
137137
- uses: Chia-Network/actions/github/jwt@main
138+
if: env.RELEASE == 'true'
138139

139140
- name: Notify new build
140141
if: env.RELEASE == 'true'

.github/workflows/hw-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
dist/${{ env.DEB_NAME }}
105105
106106
- uses: Chia-Network/actions/github/jwt@main
107+
if: env.RELEASE == 'true'
107108

108109
- name: Trigger repo update
109110
if: env.RELEASE == 'true'

0 commit comments

Comments
 (0)