Skip to content

Commit

Permalink
Add runs on for all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer authored Aug 2, 2023
1 parent c4d6cac commit c1321dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
concurrency:
group: "python-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.branch }}"
cancel-in-progress: true
runs-on: ubuntu-20.04
runs-on: ${{ inputs.platform }}
steps:
- name: Checkout source repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
permissions:
id-token: write
contents: write
runs-on: ubuntu-20.04
runs-on: ${{ inputs.platform }}

services:
postgres:
Expand Down

0 comments on commit c1321dc

Please sign in to comment.