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 3d2c429 commit 3bed88dCopy full SHA for 3bed88d
.github/workflows/test-e2e.yml
@@ -252,7 +252,7 @@ jobs:
252
payload: ${{ steps.publish-test-results.outputs.slackEvent }}
253
254
- name: Publish test site
255
- if: (success() || failure()) && matrix.version == 'latest' && github.event_name == ('schedule' || 'workflow_dispatch') && github.head_ref == 'main'
+ if: (success() || failure()) && matrix.version == 'latest' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.head_ref == 'main'
256
run: |
257
deno run -A tools/deno/junit2html.ts artifacts ${{needs.e2e.outputs.tag}} > report/index.html
258
npx --yes netlify-cli@latest deploy --prod --cwd report
0 commit comments