Skip to content

Commit

Permalink
naming jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Jun 16, 2024
1 parent 10886dd commit 9725104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-for-QA-&-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:

jobs:
Change-HardCoded-Version:
Change-HardCoded-Version-And-Then-Release:
name: Pre Release
runs-on: [ios, self-hosted]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-QA-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: needs.Check-If-ReleaseNotes-Pushed.outputs.answer == 'false'
uses: ./.github/workflows/unit-tests-workflow.yml

Prepere-To-QA:
Prepere-To-QA-&-Release:
needs: [Check-If-ReleaseNotes-Pushed]
if: needs.Check-If-ReleaseNotes-Pushed.outputs.answer == 'false'
uses: ./.github/workflows/prepare-for-QA-&-release.yml
Expand Down

0 comments on commit 9725104

Please sign in to comment.