Skip to content

Commit 32d01ca

Browse files
committed
feat(CICD): 🔖 call reusable cicd with test release
1 parent db5fdd8 commit 32d01ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/u24_element_build_release_call.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test_call_u24_elements_build_release_alpine:
99
if: startsWith(github.ref, 'refs/tags') != true
10-
uses: yambottle/djsciops-cicd/.github/workflows/u24_element_build_release.yaml@main
10+
uses: dj-sciops/djsciops-cicd/.github/workflows/u24_element_build_release.yaml@main
1111
with:
1212
py_ver: 3.9
1313
image: djbase
@@ -18,7 +18,7 @@ jobs:
1818
if: |
1919
github.event_name == 'push' &&
2020
startsWith(github.ref, 'refs/tags')
21-
uses: yambottle/djsciops-cicd/.github/workflows/u24_element_build_release.yaml@main
21+
uses: dj-sciops/djsciops-cicd/.github/workflows/u24_element_build_release.yaml@main
2222
with:
2323
py_ver: 3.9
2424
image: djbase

0 commit comments

Comments
 (0)