Skip to content

Commit acfbe3f

Browse files
committed
workflows/tests: temporarily don't run nodejs PRs
1 parent 7050404 commit acfbe3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ jobs:
148148
with:
149149
persist-credentials: false
150150

151+
- name: Check if nodejs formula
152+
if: contains(github.event.pull_request.labels.*.name, 'nodejs')
153+
run: exit 1
154+
151155
- name: Check for CI labels
152156
id: check-labels
153157
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0

0 commit comments

Comments
 (0)