Skip to content

Commit 9401766

Browse files
authored
Update vrt.yml to not run legacy config on full run
1 parent d4cb5f4 commit 9401766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
NODE_OPTIONS: --openssl-legacy-provider # per https://candid.technology/error-error-0308010c-digital-envelope-routines-unsupported/
6969

7070
vrt-legacy:
71-
if: contains(fromJSON('["vrt:full-ready"]'), github.event.label.name)
71+
if: contains(fromJSON('["vrt:legacy-ready"]'), github.event.label.name)
7272
needs: vrt-init
7373
runs-on: ubuntu-latest
7474

0 commit comments

Comments
 (0)