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 d4cb5f4 commit 9401766Copy full SHA for 9401766
.github/workflows/vrt.yml
@@ -68,7 +68,7 @@ jobs:
68
NODE_OPTIONS: --openssl-legacy-provider # per https://candid.technology/error-error-0308010c-digital-envelope-routines-unsupported/
69
70
vrt-legacy:
71
- if: contains(fromJSON('["vrt:full-ready"]'), github.event.label.name)
+ if: contains(fromJSON('["vrt:legacy-ready"]'), github.event.label.name)
72
needs: vrt-init
73
runs-on: ubuntu-latest
74
0 commit comments