Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stress test #28

Merged
merged 9 commits into from
Nov 7, 2024
Prev Previous commit
disable pushing to model registry on every PR commit ($)
pmhalvor committed Nov 7, 2024
commit d4e3e1eb6b8e76409d6af2088158e4f2b9e8f753
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@ on:
push:
branches:
- main # Runs on push to the main branch
pull_request:
branches:
- main # Runs on pull requests to the main branch
# pull_request:
# branches:
# - main # Runs on pull requests to the main branch


env: