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

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

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

0 comments on commit 0f8c523

Please sign in to comment.