Skip to content

Commit 0e26168

Browse files
committed
fix(ci): change detection
Signed-off-by: Jan Pokorný <JenomPokorny@gmail.com>
1 parent 6f29365 commit 0e26168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
examples: ${{ github.event_name == 'workflow_dispatch' || steps.filter.outputs.examples == 'true' }}
2525
microshift-vm: ${{ github.event_name == 'workflow_dispatch' || steps.filter.outputs.microshift-vm == 'true' }}
2626
steps:
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2728
- uses: dorny/paths-filter@668c092af3649c4b664c54e4b704aa46782f6f7c
2829
id: filter
2930
with:

0 commit comments

Comments
 (0)