Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun authored Nov 7, 2024
1 parent 0bbf19b commit 46adbb4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: integration-tests

on:
push:
branches: [main]
# branches: [main]
pull_request:

jobs:
Expand Down Expand Up @@ -38,6 +38,7 @@ jobs:
with:
workdir: ci
verb: call
args: build-container --context=.. --dockerfile=../env-files/torch/Dockerfile publish
# args: build-container --context=.. --dockerfile=../env-files/torch/Dockerfile publish
args: build-container --context=.. --dockerfile=../env-files/torch/Dockerfile test-remote --kubeconfig-str "${{ secrets.KUBECONFIG_INFN }}"
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "latest"
version: "latest"

0 comments on commit 46adbb4

Please sign in to comment.