Skip to content

Commit

Permalink
Merge pull request #123 from Juneo-io/dev
Browse files Browse the repository at this point in the history
Added publish on self hosted tests
  • Loading branch information
alekswaslet authored Jun 8, 2024
2 parents 25d5d0b + 9180fd7 commit 2b8b729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PROD-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
prod_test:
env:
MNEMONIC: ${{ secrets.MNEMONIC }}
runs-on: ubuntu-latest
runs-on: [self-hosted, mcnTool]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:

publish:
needs: prod_test
runs-on: ubuntu-latest
runs-on: [self-hosted, mcnTool]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2b8b729

Please sign in to comment.