Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Jun 13, 2024
1 parent 48bdae9 commit 10886dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-QA-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
releasenotesfile:
- 'releasenotes.**'
# Run-Unit-Tests:
# needs: Check-If-ReleaseNotes-Pushed
# if: needs.Check-If-ReleaseNotes-Pushed.outputs.answer == 'false'
# uses: ./.github/workflows/unit-tests-workflow.yml
Run-Unit-Tests:
needs: Check-If-ReleaseNotes-Pushed
if: needs.Check-If-ReleaseNotes-Pushed.outputs.answer == 'false'
uses: ./.github/workflows/unit-tests-workflow.yml

Prepere-To-QA:
needs: [Check-If-ReleaseNotes-Pushed]
Expand Down

0 comments on commit 10886dd

Please sign in to comment.