Skip to content

Commit 66fcf1f

Browse files
committed
fix: revert producer job to use fetch-repos-bot-runner-k8s instead of ubuntu-latest
1 parent f1dc5c8 commit 66fcf1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch-repos-matrix-.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313

1414
jobs:
1515
producer:
16-
#runs-on: fetch-repos-bot-runner-k8s
17-
runs-on: ubuntu-latest
16+
runs-on: fetch-repos-bot-runner-k8s
17+
#runs-on: ubuntu-latest
1818
outputs:
1919
matrix: ${{ steps.get-matrix.outputs.matrix }}
2020
shard_count: ${{ steps.get-matrix.outputs.shard_count }}

0 commit comments

Comments
 (0)