Skip to content

Commit 42a476f

Browse files
authored
No need to run changed-packages on ubuntu-latest (#983)
1 parent 2571b33 commit 42a476f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
secrets: inherit # https://docs.github.com/en/actions/how-tos/reuse-automations/reuse-workflows#passing-secrets-to-nested-workflows
1313

1414
changed-packages:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616
outputs:
1717
matrix: ${{ steps.changed-files.outputs.all_changed_files }}
1818
steps:

0 commit comments

Comments
 (0)