Skip to content

Commit

Permalink
Removed nested names
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Jun 17, 2024
1 parent 4fb3065 commit fe20c52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-single-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ on:
platform:
required: true
type: string
name:
required: false
type: string
default: ${{ inputs.platform }}

jobs:
ci:
name: ${{ inputs.name }}
name: CI
runs-on: ${{ inputs.platform }}
defaults:
run:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ jobs:
name: Ubuntu
uses: ./.github/workflows/ci-single-platform.yaml
with:
name: Ubuntu
platform: ubuntu-latest
macos:
name: MacOS
uses: ./.github/workflows/ci-single-platform.yaml
with:
name: MacOS
platform: macos-latest
win:
name: Windows
uses: ./.github/workflows/ci-single-platform.yaml
with:
name: Windows
platform: windows-latest

0 comments on commit fe20c52

Please sign in to comment.