diff --git a/.github/workflows/behave.yml b/.github/workflows/behave.yml index 46fd6ba671..b539a7d03d 100644 --- a/.github/workflows/behave.yml +++ b/.github/workflows/behave.yml @@ -223,7 +223,7 @@ jobs: name: Deploy Reports runs-on: ubuntu-latest needs: report - if: github.ref == 'refs/heads/master' + #if: github.ref == 'refs/heads/master' steps: # Download Full Artifacts (push/schedule) - uses: actions/download-artifact@v4