Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
parambole committed Jul 23, 2024
1 parent 231c513 commit b5c14b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

name: Unit Test

on:
pull_request:
push:
branches: [ "main" ]
workflow_dispatch:
schedule:
# Run the job every 5 hours
- cron: '0 */5 * * *'
# on:
# pull_request:
# push:
# branches: [ "main" ]
# workflow_dispatch:
# schedule:
# # Run the job every 5 hours
# - cron: '0 */5 * * *'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UploadDockerImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Build Images

on:
push:
branches: [ "main" ]
branches: [ "pb-jax-ss" ]

jobs:
tpu:
Expand Down

0 comments on commit b5c14b3

Please sign in to comment.