Skip to content

Commit

Permalink
Update release.yml (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Nov 25, 2024
1 parent bc0a13a commit 2b498d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
max-parallel: ${{ fromJson(needs.check-vm.outputs.max-parallel).size || 6 }}
matrix:
tag: ${{ fromJSON(needs.check-vm.outputs.zen4_list) }}
runs-on: [ self-hosted, zen4 ]
runs-on: self-hosted
needs:
- check-vm
if: needs.check-vm.outputs.zen4_list != '' && !cancelled()
Expand Down

0 comments on commit 2b498d8

Please sign in to comment.