mirror of https://github.com/hashicorp/consul
ci: Use correct branch name for 1.13 nightly test (#13945)
parent
6640997fc1
commit
d5bd9436d5
|
@ -7,7 +7,7 @@ on:
|
|||
env:
|
||||
EMBER_PARTITION_TOTAL: 4 # Has to be changed in tandem with the matrix.partition
|
||||
BRANCH: "release/1.13.x"
|
||||
BRANCH_NAME: "release/1.13.x" # Used for naming artifacts
|
||||
BRANCH_NAME: "release-1.13.x" # Used for naming artifacts
|
||||
|
||||
jobs:
|
||||
frontend-test-workspace-node:
|
||||
|
|
Loading…
Reference in New Issue