Skip to content

Commit

Permalink
Condition the jwt action on release (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineKhaldi authored Mar 8, 2024
1 parent 9209d77 commit 5a93e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-c-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
chiavdfc-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}.zip
- uses: Chia-Network/actions/github/jwt@main
if: env.RELEASE == 'true'

- name: Notify new build
if: env.RELEASE == 'true'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
dist/${{ env.DEB_NAME }}
- uses: Chia-Network/actions/github/jwt@main
if: env.RELEASE == 'true'

- name: Trigger repo update
if: env.RELEASE == 'true'
Expand Down

0 comments on commit 5a93e31

Please sign in to comment.