Skip to content

Commit b62efbb

Browse files
committed
DNM: check out npm branch on pull request
1 parent fce6581 commit b62efbb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr-check_redirects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
repository: mdn/content
4040
path: mdn/content
4141
persist-credentials: false
42+
ref: npm # TODO Remove before merge
4243

4344
- name: Setup Node.js environment
4445
if: steps.filter.outputs.required_files == 'true'

.github/workflows/pr-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
repository: mdn/content
8585
path: mdn/content
8686
persist-credentials: false
87+
ref: npm # TODO Remove before merge
8788

8889
- name: Setup Node.js environment
8990
if: steps.check.outputs.HAS_FILES == 'true'

0 commit comments

Comments
 (0)