Skip to content

Commit 58d4af0

Browse files
authored
Merge pull request #1125 from twilio/node-18-support-fix
Fix typo in scheduled job
2 parents 9a87c23 + 0215d5a commit 58d4af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
scheduled-e2e-unix:
13-
if: github.event.schedule == ''0 4 * * *'
13+
if: github.event.schedule == '0 4 * * *'
1414
uses: ./.github/workflows/~reusable_e2e_by_OS.yaml
1515
with:
1616
OS: ubuntu-22.04

0 commit comments

Comments
 (0)