Browse Source

ci: Use correct branch name for 1.13 nightly test (#13945)

pull/13951/head
Evan Culver 2 years ago committed by GitHub
parent
commit
d5bd9436d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/nightly-test-1.13.x.yaml

2
.github/workflows/nightly-test-1.13.x.yaml

@ -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…
Cancel
Save