Skip to content

Commit 268a830

Browse files
committed
set default to changed (not all)
1 parent d953a7e commit 268a830

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ on:
1919
options:
2020
- all
2121
- changed
22-
default: all
22+
default: changed
2323

2424
# Default run mode for pull_request events (change to 'changed' to only run affected tests)
2525
env:
26-
DEFAULT_RUN_MODE: all
26+
DEFAULT_RUN_MODE: changed
2727

2828
jobs:
2929
setup:

0 commit comments

Comments
 (0)