Skip to content

Commit 878ea4e

Browse files
committed
refactor: limit presource checks to single distro
1 parent 1f0fcc7 commit 878ea4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: go mod tidy
6464

6565
- name: Run checks
66-
run: make pre-sourcegen-check
66+
run: make pre-sourcegen-check-${{ inputs.distribution }} DISTRO=${{ inputs.distribution }}
6767

6868
- name: Generate sources cache key
6969
id: sources-cache-key

0 commit comments

Comments
 (0)