Skip to content

Commit

Permalink
fix: remove runner label
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Oct 12, 2024
1 parent f297c69 commit 1adb2d3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ on:
- main

jobs:
get-runner-labels:
name: Get Runner Labels
uses: ./.github/workflows/get-runner-labels.yml

ci:
needs: [get-runner-labels]
strategy:
matrix:
include:
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/ecosystem-ci-from-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ on:
options:
- "-"
- modernjs
# - nx
- plugins
- rspress
- rslib
- rsbuild
- examples
- devserver
suiteRefType:
description: "type of suite ref to use"
required: true
Expand All @@ -48,13 +46,8 @@ on:
default: "precoded"

jobs:
get-runner-labels:
name: Get Runner Labels
uses: ./.github/workflows/get-runner-labels.yml

execute-selected-suite:
runs-on: ubuntu-latest
needs: [get-runner-labels]
if: "inputs.suite != '-'"
steps:
- uses: actions/checkout@v4
Expand All @@ -72,7 +65,6 @@ jobs:
${{ inputs.suite }}

execute-all:
needs: [get-runner-labels]
if: "inputs.suite == '-'"
strategy:
matrix:
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ on:
options:
- "-"
- modernjs
# - nx
- plugins
- rspress
- rsbuild
- rslib
- examples
- devserver
suiteRefType:
description: "type of suite ref to use"
required: true
Expand Down Expand Up @@ -75,11 +73,6 @@ jobs:
})
return comment.id

get-runner-labels:
name: Get Runner Labels
needs: create-comment
uses: ./.github/workflows/get-runner-labels.yml

execute-selected-suite:
runs-on: ubuntu-latest
if: "inputs.suite != '-'"
Expand All @@ -99,7 +92,6 @@ jobs:
${{ inputs.suite }}

execute-all:
needs: [get-runner-labels]
if: "inputs.suite == '-'"
strategy:
matrix:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ on:
default: "precoded"

jobs:
get-runner-labels:
name: Get Runner Labels
needs: create-comment
uses: ./.github/workflows/get-runner-labels.yml

execute-selected-suite:
runs-on: ubuntu-latest
if: "inputs.suite != '-'"
Expand All @@ -81,7 +76,6 @@ jobs:
${{ inputs.suite }}

execute-all:
needs: [get-runner-labels]
if: "inputs.suite == '-'"
strategy:
matrix:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/get-runner-labels.yml

This file was deleted.

0 comments on commit 1adb2d3

Please sign in to comment.