Commit 0e19b1c
authored
fix: Updates playwright conditional (#637)
Gemini sayeth:
Unified Set BASE_REF Step:
The "Set BASE_REF for PRs" step has been renamed to the more general "Set BASE_REF".
The if condition is now inside the run block, using a shell if statement to determine the correct base_ref value based on github.event_name. This makes the logic clearer and handles both pull_request and other events (like push) consistently.
Consistent find-changes.sh Call:
The "Get Affected Workspaces" step now always calls find-changes.sh with a BASE_REF argument: bash samples/find-changes.sh ${{ steps.set_base_ref.outputs.base_ref }}. This argument will always be populated thanks to the Set BASE_REF step.1 parent a9f1b9a commit 0e19b1c
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
62 | | - | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
0 commit comments