Skip to content

Commit

Permalink
moving workflow to large fs worker in mirror
Browse files Browse the repository at this point in the history
Signed-off-by: greg pereira <[email protected]>
  • Loading branch information
Gregory-Pereira committed Apr 29, 2024
1 parent 5c705b2 commit 4aa00b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/instructlab_baseimages_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
build-and-push-builder-image:
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests')"
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests') && github.repository == 'containers-mirror/ai-lab-recipes'"
strategy:
matrix:
include:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
registry: ${{ env.REGISTRY }}

build-and-push-image:
if: "success() && !contains(github.event.pull_request.labels.*.name, 'hold-tests')"
if: "success() && !contains(github.event.pull_request.labels.*.name, 'hold-tests') && github.repository == 'containers-mirror/ai-lab-recipes'"
needs: build-and-push-builder-image
strategy:
matrix:
Expand All @@ -87,7 +87,7 @@ jobs:
containerfile: training/nvidia/Containerfile
context: training/nvidia
platforms: linux/amd64
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8core
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 4aa00b8

Please sign in to comment.