integrate flake-update-diff #19

Merged
ahuston-0 merged 2 commits from feature/hydra-eval into main 2025-03-03 11:27:02 -05:00
Showing only changes of commit 2840665f21 - Show all commits

View File

@ -7,7 +7,7 @@ on:
jobs:
createPullRequest:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main
# if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main
steps:
- uses: actions/checkout@v4
# - name: Login to Docker Hub