@@ -11,7 +11,7 @@ concurrency:
1111jobs :
1212 post-commit-check :
1313 name : Post-Commit Validation of Pre-Commit Checks (Includes Linting)
14- uses : uc-cdis/.github/.github/workflows/pre_commit.yaml@fix/linting
14+ uses : uc-cdis/.github/.github/workflows/pre_commit.yaml@master
1515 with :
1616 UV_VERSION : ' 0.11.0'
1717 JUST_VERSION : ' 1.48.0'
@@ -114,7 +114,7 @@ jobs:
114114
115115 image-build-push-1 :
116116 name : Build Image and Push - Gen3 Embeddings
117- uses : uc-cdis/.github/.github/workflows/image_build_push.yaml@fix/linting
117+ uses : uc-cdis/.github/.github/workflows/image_build_push.yaml@master
118118 needs : [post-commit-check, security, unit-test]
119119 with :
120120 BUILD_PLATFORMS : " linux/amd64"
@@ -129,7 +129,7 @@ jobs:
129129
130130 image-build-push-2 :
131131 name : Build Image and Push - Gen3 Inference
132- uses : uc-cdis/.github/.github/workflows/image_build_push.yaml@fix/linting
132+ uses : uc-cdis/.github/.github/workflows/image_build_push.yaml@master
133133 needs : [post-commit-check, security, unit-test]
134134 with :
135135 BUILD_PLATFORMS : " linux/amd64"
@@ -144,7 +144,7 @@ jobs:
144144
145145 image-build-push-3 :
146146 name : Build Image and Push - Gen3 AI Model Repo
147- uses : uc-cdis/.github/.github/workflows/image_build_push.yaml@fix/linting
147+ uses : uc-cdis/.github/.github/workflows/image_build_push.yaml@master
148148 needs : [post-commit-check, security, unit-test]
149149 with :
150150 BUILD_PLATFORMS : " linux/amd64"
0 commit comments