We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce6581 commit b62efbbCopy full SHA for b62efbb
.github/workflows/pr-check_redirects.yml
@@ -39,6 +39,7 @@ jobs:
39
repository: mdn/content
40
path: mdn/content
41
persist-credentials: false
42
+ ref: npm # TODO Remove before merge
43
44
- name: Setup Node.js environment
45
if: steps.filter.outputs.required_files == 'true'
.github/workflows/pr-test.yml
@@ -84,6 +84,7 @@ jobs:
84
85
86
87
88
89
90
if: steps.check.outputs.HAS_FILES == 'true'
0 commit comments