Skip to content

Commit

Permalink
enable variant regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Apr 1, 2024
1 parent c433aed commit d49247a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Containerized Regression Tests
on:
pull_request:
branches:
- 'main'
- 'dev' # temp disable

jobs:
build_and_push_jax_docker_image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression_tests_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Containerized Regression Tests for Workload Variants
on:
pull_request:
branches:
- 'dev' # temp disable
- 'main'

jobs:
build_and_push_jax_docker_image:
Expand Down

0 comments on commit d49247a

Please sign in to comment.