Skip to content

Commit

Permalink
using new ci in cd workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zMynxx committed Aug 18, 2023
1 parent 276d1e4 commit b12c506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-non-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ci:
needs: [check]
name: continuous integration
uses: zmynx/github-actions/.github/workflows/ci.yaml@feature/gha
uses: zmynx/github-actions/.github/workflows/ci-nodejs.yaml@feature/gha
secrets: inherit

cd-preq:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ci:
needs: [check]
name: continuous integration
uses: zmynx/github-actions/.github/workflows/ci.yaml@feature/gha
uses: zmynx/github-actions/.github/workflows/ci-pytest.yaml@feature/gha
secrets: inherit

cd:
Expand Down

0 comments on commit b12c506

Please sign in to comment.