Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Jun 10, 2024
1 parent 4e9586d commit 6c51caf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-QA-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
uses: ./.github/workflows/prepare-for-QA-release.yml

Release-To-QA:
runs-on: macos-latest
needs: [Run-Unit-Tests,Check-If-ReleaseNotes-Pushed,Prepere-To-QA]
if: needs.Check-If-ReleaseNotes-Pushed.outputs.answer == 'false'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Cocoapods
run: gem install cocoapods
- name: Push to COCOAPODS
Expand Down

0 comments on commit 6c51caf

Please sign in to comment.