From dfa9a9f1bc678857aa9de0955d060ca9f62d9764 Mon Sep 17 00:00:00 2001 From: MK Software Date: Wed, 22 Jan 2025 11:02:02 +0100 Subject: [PATCH] another try --- .github/workflows/pr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 91e705799b1..ed3befcf693 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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" @@ -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"