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 c1321dc commit 2caf6f9Copy full SHA for 2caf6f9
.github/workflows/build-node-python.yml
@@ -66,7 +66,7 @@ jobs:
66
permissions:
67
id-token: write
68
contents: write
69
- runs-on: ${{ inputs.platform }}
+ runs-on: ${{ inputs.runs_on }}
70
steps:
71
- name: Checkout source repository
72
uses: actions/checkout@v3
@@ -93,7 +93,7 @@ jobs:
93
concurrency:
94
group: "python-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
95
cancel-in-progress: true
96
97
98
99
@@ -122,7 +122,7 @@ jobs:
122
123
124
125
126
127
services:
128
postgres:
0 commit comments