Skip to content

Commit cc100d4

Browse files
authored
fix: Update playwright.yml debug (#644)
Adds a couple of debug lines to see if the conditionals are being hit.
1 parent 1fe2ea3 commit cc100d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ jobs:
5858
id: set_base_ref
5959
run: |
6060
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
61+
echo "It's a pull_request!!!"
6162
echo "base_ref=origin/${{ github.base_ref }}" >> $GITHUB_OUTPUT
6263
else
64+
echo "It's the previous commit!!!"
6365
echo "base_ref=${{ github.event.before }}" >> $GITHUB_OUTPUT
6466
fi
6567

0 commit comments

Comments
 (0)