Skip to content

Commit

Permalink
#8082: REVERT set to use custom test only labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jun 10, 2024
1 parent 067bc14 commit ee983c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
VERBOSE: 1
TT_METAL_DOCKER_IMAGE: ubuntu-20.04-amd64
environment: dev
runs-on: build
runs-on: build-docker
container:
image: ghcr.io/${{ github.repository }}/${{ matrix.arch }}:${{ needs.set-docker-image-tag.outputs.IMAGE_TAG }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
TT_METAL_DOCKER_IMAGE: ubuntu-20.04-amd64
TT_METAL_DOCKER_IMAGE_TAG: latest
environment: dev
runs-on: build
runs-on: build-docker
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit ee983c6

Please sign in to comment.