Skip to content

Commit b5a85f7

Browse files
ArmandPhilippotsarah11918delucis
authored
fix(ci): swap branches to generate errors references in Nightly GitHub action (#13209)
Co-authored-by: sarah11918 <[email protected]> Co-authored-by: delucis <[email protected]>
1 parent 8daadca commit b5a85f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,14 @@ jobs:
6262
matrix:
6363
include:
6464
# Default options for running with latest Astro code
65-
- SOURCE_BRANCH: main
65+
# TODO: switch this back to main source branch for normal operations after v6 merge!
66+
- SOURCE_BRANCH: 5-legacy
6667
TARGET_BRANCH: main
6768
LABEL: ci
6869
PR_BRANCH: ci/docgen-errors
6970
PR_TITLE: 'ci: update error reference docs'
7071
# Custom options for running with Astro v6 beta code
71-
- SOURCE_BRANCH: next
72+
- SOURCE_BRANCH: main
7273
TARGET_BRANCH: v6
7374
LABEL: 6.0,ci
7475
PR_BRANCH: ci/docgen-errors-beta

0 commit comments

Comments
 (0)