We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641233c commit 7db1467Copy full SHA for 7db1467
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
smoketest-build-distros:
7
- uses: ./.github/workflows/common-build.yml
+ uses: ./common-build.yml
8
with:
9
build_dists: ${{ fromJSON(vars.BUILD_DISTS) }}
10
build_archs: ${{ fromJSON(vars.BUILD_ARCHS) }}
.github/workflows/publish-to-apt.yml
@@ -19,7 +19,7 @@ on:
19
default: "ubuntu:20.04,ubuntu:22.04,ubuntu:24.04"
20
21
common-build:
22
- uses: ./.github/workflows/common-build.yml # Calls the common workflow
23
24
build_dists: ${{ inputs.build_dists }}
25
build_archs: ${{ inputs.build_archs }}
0 commit comments