Skip to content

Commit 1fdff83

Browse files
committed
WMSDK-450: Update PushOk distribution
1 parent 54db50c commit 1fdff83

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/trigger-build-app-develop.yml renamed to .github/workflows/distribute-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Distribute PushOk (Develop PR Merge)
1+
name: PushOk (Develop PR Merge)
22

33
on:
44
pull_request:
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
call-reusable:
1111
if: ${{ github.event.pull_request.merged == true }}
12-
uses: ./.github/workflows/trigger-build-app-reusable.yml
12+
uses: ./.github/workflows/distribute-reusable.yml
1313
with:
1414
branch: ${{ github.base_ref }}
1515
secrets: inherit

.github/workflows/trigger-build-app-manual.yml renamed to .github/workflows/distribute-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
call-reusable:
8-
uses: ./.github/workflows/trigger-build-app-reusable.yml
8+
uses: ./.github/workflows/distribute-reusable.yml
99
with:
1010
branch: ${{ github.ref_name }}
1111
secrets: inherit

.github/workflows/trigger-build-app-master-support.yml renamed to .github/workflows/distribute-release-support-mission.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Distribute PushOk (Release / Support PR / Mission)
1+
name: Distribute PushOk (Release / Support / Mission PRs)
22

33
on:
44
pull_request:
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
call-reusable:
1515
if: ${{ startsWith(github.event.pull_request.head.ref, 'release/') }}
16-
uses: ./.github/workflows/trigger-build-app-reusable.yml
16+
uses: ./.github/workflows/distribute-reusable.yml
1717
with:
1818
branch: ${{ github.event.pull_request.head.ref }}
1919
secrets: inherit

.github/workflows/trigger-build-app-reusable.yml renamed to .github/workflows/distribute-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Distribute PushOk (Reusable)
1+
name: Distribute PushOk - Reusable
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)