Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl committed Jan 21, 2025
1 parent daebdb3 commit 5630eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,15 +525,15 @@ jobs:
publish-after-tests:
name: Publish With Tests
uses: .github/workflows/shared/publish.yml
uses: ./.github/actions/publish
needs: ['build', 'build-fe', 'setup', 'tests', 'integrationTests', 'slowTests', 'frontendTests', 'cypressTests']
with:
ref: ${{ github.ref }}
if: ${{ github.ref != 'refs/heads/staging' }}

publish-before-tests:
name: Publish Without Tests
uses: .github/workflows/shared/publish.yml
uses: ./.github/actions/publish
needs: ['build', 'build-fe', 'setup']
with:
ref: ${{ github.ref }}
Expand Down

0 comments on commit 5630eaf

Please sign in to comment.