From 77bc6170d2448c8623a603907a14de77592b62c9 Mon Sep 17 00:00:00 2001 From: Robert Bradley Date: Thu, 19 Dec 2024 21:14:25 +0000 Subject: [PATCH] fix: Update behave.yml --- .github/workflows/behave.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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