Skip to content

Commit b76b72c

Browse files
committed
fix TE badge and artifact naming
1 parent 4f7da78 commit b76b72c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/_sandbox.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ jobs:
99
with:
1010
TE_IMAGE: ghcr.io/nvidia/jax:pax
1111
secrets: inherit
12+
13+
finalize:
14+
needs: [test-te]
15+
if: "!cancelled()"
16+
uses: ./.github/workflows/_finalize.yaml
17+
with:
18+
PUBLISH_BADGE: false
19+
secrets: inherit

0 commit comments

Comments
 (0)