We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6734cc8 commit 89d2111Copy full SHA for 89d2111
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
76
test-live:
77
runs-on: ubuntu-latest
78
- if: 'github.event.pull_request.head.repo.full_name == github.repository || github.event_name == "push"'
+ if: "github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'"
79
steps:
80
- uses: actions/checkout@v4
81
0 commit comments