We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280ec52 commit e79c47aCopy full SHA for e79c47a
.github/workflows/blossom-ci.yml
@@ -56,8 +56,6 @@ jobs:
56
REPO_KEY_DATA: ${{ secrets.BLOSSOM_KEY }}
57
if: needs.Check-Authorization.outputs.authorized == 'true'
58
run: blossom-ci
59
- - name: test
60
- run: echo ${{ env.args }}
61
62
Vulnerability-Scan:
63
name: Vulnerability scan
@@ -82,7 +80,7 @@ jobs:
82
80
args3: ${{ fromJson(needs.Authorize-Blossom.outputs.args).args3 }}
83
81
84
Launch-NVIDIA-CI:
85
- name: Start ci job on NVIDIA CI
+ name: Start CI job on NVIDIA CI
86
needs: [Vulnerability-Scan]
87
runs-on: blossom
88
steps:
0 commit comments