Skip to content

Commit cb21c82

Browse files
authored
Revert "Run prepare and manifest jobs on self-hosted runners" (#372)
Reverts #365
1 parent 6338cde commit cb21c82

43 files changed

Lines changed: 92 additions & 92 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-push-beacon-metrics-gazer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
prepare:
28-
runs-on: self-hosted-ghr-size-s-x64
28+
runs-on: ubuntu-latest
2929
outputs:
3030
platforms: ${{ steps.setup.outputs.platforms }}
3131
target_tag: ${{ steps.tag.outputs.docker_tag }}
@@ -87,7 +87,7 @@ jobs:
8787
needs:
8888
- prepare
8989
- deploy
90-
runs-on: self-hosted-ghr-size-s-x64
90+
runs-on: ubuntu-latest
9191
steps:
9292
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9393
- uses: ./.github/actions/manifest

.github/workflows/build-push-besu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
prepare:
28-
runs-on: self-hosted-ghr-size-s-x64
28+
runs-on: ubuntu-latest
2929
outputs:
3030
platforms: ${{ steps.setup.outputs.platforms }}
3131
target_tag: ${{ steps.tag.outputs.docker_tag }}
@@ -88,7 +88,7 @@ jobs:
8888
needs:
8989
- prepare
9090
- deploy
91-
runs-on: self-hosted-ghr-size-s-x64
91+
runs-on: ubuntu-latest
9292
steps:
9393
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9494
- uses: ./.github/actions/manifest

.github/workflows/build-push-caplin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
prepare:
28-
runs-on: self-hosted-ghr-size-s-x64
28+
runs-on: ubuntu-latest
2929
outputs:
3030
platforms: ${{ steps.setup.outputs.platforms }}
3131
target_tag: ${{ steps.tag.outputs.docker_tag }}
@@ -87,7 +87,7 @@ jobs:
8787
needs:
8888
- prepare
8989
- deploy
90-
runs-on: self-hosted-ghr-size-s-x64
90+
runs-on: ubuntu-latest
9191
steps:
9292
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9393
- uses: ./.github/actions/manifest

.github/workflows/build-push-consensoor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
prepare:
28-
runs-on: self-hosted-ghr-size-s-x64
28+
runs-on: ubuntu-latest
2929
outputs:
3030
platforms: ${{ steps.setup.outputs.platforms }}
3131
target_tag: ${{ steps.tag.outputs.docker_tag }}
@@ -85,7 +85,7 @@ jobs:
8585
needs:
8686
- prepare
8787
- deploy
88-
runs-on: self-hosted-ghr-size-s-x64
88+
runs-on: ubuntu-latest
8989
steps:
9090
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9191
- uses: ./.github/actions/manifest

.github/workflows/build-push-consensus-monitor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
prepare:
28-
runs-on: self-hosted-ghr-size-s-x64
28+
runs-on: ubuntu-latest
2929
outputs:
3030
platforms: ${{ steps.setup.outputs.platforms }}
3131
target_tag: ${{ steps.tag.outputs.docker_tag }}
@@ -87,7 +87,7 @@ jobs:
8787
needs:
8888
- prepare
8989
- deploy
90-
runs-on: self-hosted-ghr-size-s-x64
90+
runs-on: ubuntu-latest
9191
steps:
9292
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9393
- uses: ./.github/actions/manifest

.github/workflows/build-push-dummy-el.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
prepare:
28-
runs-on: self-hosted-ghr-size-s-x64
28+
runs-on: ubuntu-latest
2929
outputs:
3030
platforms: ${{ steps.setup.outputs.platforms }}
3131
target_tag: ${{ steps.tag.outputs.docker_tag }}
@@ -79,7 +79,7 @@ jobs:
7979
needs:
8080
- prepare
8181
- deploy
82-
runs-on: self-hosted-ghr-size-s-x64
82+
runs-on: ubuntu-latest
8383
outputs:
8484
docker_images: ${{ steps.manifest.outputs.docker_images }}
8585
steps:

.github/workflows/build-push-eleel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
prepare:
28-
runs-on: self-hosted-ghr-size-s-x64
28+
runs-on: ubuntu-latest
2929
outputs:
3030
platforms: ${{ steps.setup.outputs.platforms }}
3131
target_tag: ${{ steps.tag.outputs.docker_tag }}
@@ -86,7 +86,7 @@ jobs:
8686
needs:
8787
- prepare
8888
- deploy
89-
runs-on: self-hosted-ghr-size-s-x64
89+
runs-on: ubuntu-latest
9090
steps:
9191
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9292
- uses: ./.github/actions/manifest

.github/workflows/build-push-ere-server-zisk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
prepare:
28-
runs-on: self-hosted-ghr-size-s-x64
28+
runs-on: ubuntu-latest
2929
outputs:
3030
platforms: ${{ steps.setup.outputs.platforms }}
3131
target_tag: ${{ steps.tag.outputs.docker_tag }}
@@ -86,7 +86,7 @@ jobs:
8686
needs:
8787
- prepare
8888
- deploy
89-
runs-on: self-hosted-ghr-size-s-x64
89+
runs-on: ubuntu-latest
9090
steps:
9191
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9292
- uses: ./.github/actions/manifest

.github/workflows/build-push-erigon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
prepare:
28-
runs-on: self-hosted-ghr-size-s-x64
28+
runs-on: ubuntu-latest
2929
outputs:
3030
platforms: ${{ steps.setup.outputs.platforms }}
3131
target_tag: ${{ steps.tag.outputs.docker_tag }}
@@ -87,7 +87,7 @@ jobs:
8787
needs:
8888
- prepare
8989
- deploy
90-
runs-on: self-hosted-ghr-size-s-x64
90+
runs-on: ubuntu-latest
9191
steps:
9292
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9393
- uses: ./.github/actions/manifest

.github/workflows/build-push-eth-das-guardian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
prepare:
28-
runs-on: self-hosted-ghr-size-s-x64
28+
runs-on: ubuntu-latest
2929
outputs:
3030
platforms: ${{ steps.setup.outputs.platforms }}
3131
target_tag: ${{ steps.tag.outputs.docker_tag }}
@@ -87,7 +87,7 @@ jobs:
8787
needs:
8888
- prepare
8989
- deploy
90-
runs-on: self-hosted-ghr-size-s-x64
90+
runs-on: ubuntu-latest
9191
steps:
9292
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9393
- uses: ./.github/actions/manifest

0 commit comments

Comments
 (0)