File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6464 W3C_ECHIDNA_TOKEN_CORE : ${{ secrets.W3C_ECHIDNA_TOKEN_CORE }}
6565 W3C_ECHIDNA_TOKEN_JSAPI : ${{ secrets.W3C_ECHIDNA_TOKEN_JSAPI }}
6666 W3C_ECHIDNA_TOKEN_WEBAPI : ${{ secrets.W3C_ECHIDNA_TOKEN_WEBAPI }}
67+ # Publish the draft on manual dispatches without dry-run set, or on pushes to the main branch.
6768 ECHIDNA_DRYRUN : |-
68- ${{ ( github.event_name == 'workflow_dispatch' && inputs.dry-run) ||
69- ! (github.event_name == 'push' && github.repository == 'WebAssembly/spec' && github.ref == 'refs/heads/main') }}
69+ ${{ !(( github.event_name == 'workflow_dispatch' && ! inputs.dry-run) ||
70+ (github.event_name == 'push' && github.repository == 'WebAssembly/spec' && github.ref == 'refs/heads/main') ) }}
7071 - name : Validate ${{ matrix.spec }} spec with Echidna
7172 if : env.W3C_USERNAME
7273 run : cd document && make -e -C ${{ matrix.spec }} WD-echidna
You can’t perform that action at this time.
0 commit comments