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

0 comments on commit dfa9a9f

Please sign in to comment.