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 0f8c523 commit 23e422e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ jobs:
if: ${{ github.ref != 'refs/heads/staging' }}
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/publish
- uses: ./.github/actions/publish/action.yml

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

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

0 comments on commit 23e422e

Please sign in to comment.