Skip to content

Commit

Permalink
move workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakim929 committed Nov 27, 2023
1 parent 1f4a778 commit ed559c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-upload-all-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
build-and-upload-skandha:
uses: ./.github/workflows/reusable/build-and-upload-bundler-service.yml
uses: ./.github/workflows/build-and-upload-bundler-service.yml
secrets: inherit
with:
bundler-name: skandha
build-and-upload-transeptor-bundler:
uses: ./.github/workflows/reusable/build-and-upload-bundler-service.yml
uses: ./.github/workflows/build-and-upload-bundler-service.yml
secrets: inherit
with:
bundler-name: transeptor-bundler

0 comments on commit ed559c6

Please sign in to comment.