Skip to content

Commit

Permalink
better names
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 9, 2024
1 parent baa042c commit 1602fb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/report-fork.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Example report - fork
run-name: "${{ inputs.fork }}:${{ inputs.branch }}"

on:
workflow_dispatch:
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
echo "pixeleagle_project=B25A040A-A980-4602-B90C-D480AB84076D" >> $GITHUB_OUTPUT
native-run:
name: Native
needs: [get-environment]
uses: ./.github/workflows/workflow-native.yml
with:
Expand All @@ -49,6 +51,7 @@ jobs:
secrets: inherit

mobile-run:
name: Mobile
needs: [get-environment]
uses: ./.github/workflows/workflow-mobile.yml
with:
Expand All @@ -59,6 +62,7 @@ jobs:
secrets: inherit

wasm-run:
name: wasm
needs: [get-environment]
uses: ./.github/workflows/workflow-wasm.yml
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/report-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Example report - PR
run-name: ${{ inputs.pr }}

on:
workflow_dispatch:
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
echo "pixeleagle_project=B25A040A-A980-4602-B90C-D480AB84076D" >> $GITHUB_OUTPUT
native-run:
name: Native
needs: [get-environment]
uses: ./.github/workflows/workflow-native.yml
with:
Expand All @@ -48,6 +50,7 @@ jobs:
secrets: inherit

mobile-run:
name: Mobile
needs: [get-environment]
uses: ./.github/workflows/workflow-mobile.yml
with:
Expand All @@ -58,6 +61,7 @@ jobs:
secrets: inherit

wasm-run:
name: wasm
needs: [get-environment]
uses: ./.github/workflows/workflow-wasm.yml
with:
Expand Down

0 comments on commit 1602fb4

Please sign in to comment.