Skip to content

Commit

Permalink
remove extra label zio-http.
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi committed May 7, 2024
1 parent 127f3a5 commit 2ff090e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ jobs:
os: [centos]
scala: [2.13.12]
java: [temurin@8]
runs-on: [ "${{ matrix.os }}", zio-http ]
runs-on: ${{ matrix.os }}
steps:
- name: Clean up
id: clean_up
Expand Down Expand Up @@ -767,7 +767,7 @@ jobs:
os: [centos]
scala: [2.13.12]
java: [temurin@8]
runs-on: [ "${{ matrix.os }}", zio-http ]
runs-on: ${{ matrix.os }}
steps:
- name: Clean up
id: clean_up
Expand Down
1 change: 0 additions & 1 deletion project/BenchmarkWorkFlow.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ object BenchmarkWorkFlow {

private def makeBenchmarkPass(id: String, name: String, performanceFloor: Int, server: String) =
WorkflowJob(
runsOnExtraLabels = List("zio-http"),
id = id,
name = name,
oses = List("centos"),
Expand Down

0 comments on commit 2ff090e

Please sign in to comment.