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 17d36e8 commit 6a721b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ jobs:
publish-after-tests:
name: Publish With Tests
runs-on: ubuntu-latest
needs: ['build', 'build-fe', 'setup', 'tests', 'integrationTests', 'slowTests', 'frontendTests', 'cypressTests']
if: ${{ github.ref != 'refs/heads/staging' }}
steps:
Expand All @@ -537,6 +538,7 @@ jobs:

publish-before-tests:
name: Publish Without Tests
runs-on: ubuntu-latest
needs: ['build', 'build-fe', 'setup']
if: ${{ github.ref == 'refs/heads/staging' }}
steps:
Expand Down

0 comments on commit 6a721b3

Please sign in to comment.