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 64
64
W3C_ECHIDNA_TOKEN_CORE : ${{ secrets.W3C_ECHIDNA_TOKEN_CORE }}
65
65
W3C_ECHIDNA_TOKEN_JSAPI : ${{ secrets.W3C_ECHIDNA_TOKEN_JSAPI }}
66
66
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.
67
68
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') ) }}
70
71
- name : Validate ${{ matrix.spec }} spec with Echidna
71
72
if : env.W3C_USERNAME
72
73
run : cd document && make -e -C ${{ matrix.spec }} WD-echidna
You can’t perform that action at this time.
0 commit comments