Skip to content

Commit cd073af

Browse files
committed
Disable changed files - PR testing not possible
1 parent b169776 commit cd073af

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/download-and-test-external.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ jobs:
9494
fetch-depth: '2'
9595
clean: false
9696

97-
- name: Get changed files
98-
id: changed-files
99-
uses: tj-actions/changed-files@v43
100-
with:
101-
path: os
102-
files: |
103-
external/*.conf
97+
# - name: Get changed files
98+
# id: changed-files
99+
# uses: tj-actions/changed-files@v43
100+
# with:
101+
# path: os
102+
# files: |
103+
# external/*.conf
104104

105105
- name: Build list
106106
id: lists
@@ -338,13 +338,13 @@ jobs:
338338
fetch-depth: '2'
339339
clean: false
340340

341-
- name: Get changed files
342-
id: changed-files
343-
uses: tj-actions/changed-files@v43
344-
with:
345-
path: os
346-
files: |
347-
external/*.conf
341+
# - name: Get changed files
342+
# id: changed-files
343+
# uses: tj-actions/changed-files@v43
344+
# with:
345+
# path: os
346+
# files: |
347+
# external/*.conf
348348

349349
- name: "Make JSON"
350350
id: json

0 commit comments

Comments
 (0)