Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi committed Dec 17, 2024
1 parent 7d4453d commit aadf642
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ on:
options:
- v4-8
- v5litepod-8
push:
branches: ["main"]
pull_request: # By default this runs for types assigned, opened and synchronize.
# push:
# branches: ["main"]
# pull_request: # By default this runs for types assigned, opened and synchronize.

env:
# Names must be unique in parallel running tests.
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: echo "RUN_ID=main" >> $GITHUB_ENV
if: ${{ github.ref == 'refs/heads/main' }}
- name: Update cluster name with TPU_TYPE and RUN_ID
run: echo "TPU_CLUSTER_NAME=$TPU_CLUSTER_NAME-$TPU_TYPE-$RUN_ID" >> $GITHUB_ENV
run: echo "TPU_CLUSTER_NAME=$TPU_CLUSTER_NAME-$RUN_ID" >> $GITHUB_ENV
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/lint_and_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
name: Lint and Format

on:
pull_request:
push:
branches:
- main
workflow_dispatch:
# pull_request:
# push:
# branches:
# - main

jobs:
build-and-test:
Expand Down

0 comments on commit aadf642

Please sign in to comment.