Skip to content

Commit 0e8eaad

Browse files
authored
Merge pull request #6 from codemie-ai/feat/publish-codemie-workflow
fix(ci): replace Blacksmith runner in generate workflow
2 parents 7099b25 + 5f4cd54 commit 0e8eaad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
generate:
10-
runs-on: blacksmith-4vcpu-ubuntu-2404
10+
runs-on: ${{ vars.RUNNER_UBUNTU || 'blacksmith-4vcpu-ubuntu-2404' }}
1111
permissions:
1212
contents: write
1313
pull-requests: write

0 commit comments

Comments
 (0)