Skip to content

Commit 3552bb5

Browse files
committed
env
1 parent 342a45c commit 3552bb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/createNewCodeSandBoxDemo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
types: [headless_docs_generated]
55
jobs:
66
create-new-demo:
7-
runs-on: ubuntu22
7+
runs-on: [coveo, linux, x64, ec2] # run on self hosted Coveo ec2 machines
88
steps:
99
- name: Setup Ruby in runner
1010
uses: ruby/setup-ruby@ee26e27437bde475b19a6bf8cb73c9fa658876a2
1111
with:
1212
ruby-version: '3.1.2'
13+
env:
14+
ImageOS: ubuntu22
1315
- name: Checkout code
1416
uses: actions/checkout@v4
1517
- name: Make a new Branch for version

0 commit comments

Comments
 (0)