Skip to content

Commit

Permalink
feat: ✨ prod cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
yambottle committed Aug 25, 2022
1 parent 39cf912 commit 64a345d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/u24_workflow_before_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
call_context_check:
uses: dj-sciops/djsciops-cicd/.github/workflows/context_check.yaml@main
call_u24_workflow_build_debian:
uses: yambottle/djsciops-cicd/.github/workflows/u24_workflow_build.yaml@main
uses: dj-sciops/djsciops-cicd/.github/workflows/u24_workflow_build.yaml@main
with:
jhub_ver: 1.4.2
py_ver: 3.9
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/u24_workflow_release_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
uses: dj-sciops/djsciops-cicd/.github/workflows/context_check.yaml@main
call_u24_workflow_release_debian:
if: >-
github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'yambottle'
uses: yambottle/djsciops-cicd/.github/workflows/u24_workflow_release.yaml@main
github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'datajoint'
uses: dj-sciops/djsciops-cicd/.github/workflows/u24_workflow_release.yaml@main
with:
jhub_ver: 1.4.2
py_ver: 3.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/u24_workflow_tag_to_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
call_context_check:
uses: dj-sciops/djsciops-cicd/.github/workflows/context_check.yaml@main
call_u24_workflow_build_debian:
uses: yambottle/djsciops-cicd/.github/workflows/u24_workflow_build.yaml@main
uses: dj-sciops/djsciops-cicd/.github/workflows/u24_workflow_build.yaml@main
with:
jhub_ver: 1.4.2
py_ver: 3.9
Expand Down

0 comments on commit 64a345d

Please sign in to comment.