Skip to content

Commit

Permalink
add condition to action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Jan 9, 2025
1 parent 8d966fe commit a942da2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/regression_tests_python_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- 'python_test_env_upgrade'
push_request:
branches:
- 'python_upgrades'

jobs:
build_and_push_jax_docker_image:
Expand Down
8 changes: 4 additions & 4 deletions docker/build_docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ do
eval $DOCKER_BUILD_COMMAND
echo $DOCKER_TAG_COMMAND
eval $DOCKER_TAG_COMMAND
echo $DOCKER_PUSH_COMMAND
eval $DOCKER_PUSH_COMMAND
echo "To pull container run: "
echo $DOCKER_PULL_COMMAND
# echo $DOCKER_PUSH_COMMAND
# eval $DOCKER_PUSH_COMMAND
# echo "To pull container run: "
# echo $DOCKER_PULL_COMMAND
done

0 comments on commit a942da2

Please sign in to comment.