We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e89689 commit 3ec02baCopy full SHA for 3ec02ba
.github/workflows/build-node-python.yml
@@ -31,7 +31,11 @@ on:
31
runs_on:
32
type: string
33
required: false
34
- default: "ubuntu-20.04"
+ default: "ubuntu-22.04"
35
+ cypress_runs_on:
36
+ type: string
37
+ required: false
38
+ default: "ubuntu-22.04-large"
39
secrets:
40
DATAVISYN_BOT_REPO_TOKEN:
41
@@ -122,7 +126,7 @@ jobs:
122
126
permissions:
123
127
id-token: write
124
128
contents: write
125
- runs-on: ${{ inputs.runs_on }}
129
+ runs-on: ${{ inputs.cypress_runs_on || inputs.runs_on }}
130
131
services:
132
postgres:
0 commit comments