Skip to content

Commit 89d2111

Browse files
committed
fix test-live, take 2
1 parent 6734cc8 commit 89d2111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
test-live:
7777
runs-on: ubuntu-latest
78-
if: 'github.event.pull_request.head.repo.full_name == github.repository || github.event_name == "push"'
78+
if: "github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'"
7979
steps:
8080
- uses: actions/checkout@v4
8181

0 commit comments

Comments
 (0)