Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl committed Jan 21, 2025
1 parent 23e422e commit ea3d102
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ jobs:
core.setFailed('Snapshots updated, chceck comments!')
publish-after-tests:
name: Publish With Tests
needs: ['build', 'build-fe', 'setup', 'tests', 'integrationTests', 'slowTests', 'frontendTests', 'cypressTests']
Expand All @@ -531,7 +532,8 @@ jobs:
if: ${{ github.ref != 'refs/heads/staging' }}
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/publish/action.yml
- name: "publish"
uses: ./.github/actions/publish/action.yml

publish-before-tests:
name: Publish Without Tests
Expand All @@ -541,7 +543,8 @@ jobs:
if: ${{ github.ref == 'refs/heads/staging' }}
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/publish/action.yml
- name: "publish"
uses: ./.github/actions/publish/action.yml

trigger-external-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ea3d102

Please sign in to comment.