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 22, 2025
1 parent 45bb51e commit 9b19ad1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,9 @@ jobs:
runs-on: ubuntu-latest
needs: ['build', 'build-fe', 'setup', 'tests', 'integrationTests', 'slowTests', 'frontendTests', 'cypressTests']
if: ${{ github.ref != 'refs/heads/staging' }}
uses:
uses: ./.github/workflows/publish.yml
with:
ref: ${{ github.ref }}
uses: ./.github/workflows/publish.yml
with:
ref: ${{ github.ref }}
# steps:
# - uses: actions/checkout@v1
# - name: "publish"
Expand All @@ -542,8 +541,9 @@ jobs:
runs-on: ubuntu-latest
needs: ['build', 'build-fe', 'setup']
#if: ${{ github.ref == 'refs/heads/staging' }}
uses:
uses: ./.github/workflows/publish.ymls
uses: ./.github/workflows/publish.yml
with:
ref: ${{ github.ref }}
# steps:
# - uses: actions/checkout@v1
# - name: "publish"
Expand Down

0 comments on commit 9b19ad1

Please sign in to comment.