Skip to content

Commit

Permalink
cicd: Added fail never optionally #TASK-6252
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed May 17, 2024
1 parent 572963b commit a19e7bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
FAIL_NEVER=""
if [ "${{ github.event.inputs.fail-never }}" == "true" ]; then
FAIL_NEVER="--fail-never"
fi
Expand Down

0 comments on commit a19e7bc

Please sign in to comment.