Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
swetha1654 committed Dec 11, 2024
1 parent 27f038a commit d4b0c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
fi
- name: Upload Allure results
timeout-minutes: 3
if: always() && !cancelled()
if: env.ENABLE_ALLURE == 'true' && always()
uses: actions/upload-artifact@v4
with:
name: allure-results-${{ env.ALLURE_ARTIFACT_SUFFIX }}
Expand Down

0 comments on commit d4b0c25

Please sign in to comment.