Skip to content

Commit e5d7ce5

Browse files
committed
fix: rename environment variable for scheduled workflow
1 parent 48c6f1a commit e5d7ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_integration_playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
# Set schedule workflow variable
110110
if [[ "$GITHUB_EVENT_NAME" == "schedule" ]]; then
111-
export SCHEDULE_WORKFLOW="true"
111+
export SCHEDULED_WORKFLOW="true"
112112
fi
113113
114114
npm run test:headless

0 commit comments

Comments
 (0)