Compare commits
8 Commits
bump-chang
...
release/35
Author | SHA1 | Date | |
---|---|---|---|
a39f70e47a | |||
a855962fb2 | |||
784a1aba72 | |||
1ff77143ef | |||
521970084e | |||
1b66215af1 | |||
39dcf38e31 | |||
3c3a07e589 |
7
.github/workflows/e2e.yaml
vendored
7
.github/workflows/e2e.yaml
vendored
@ -32,12 +32,11 @@ jobs:
|
||||
- name: Get changed files
|
||||
if: github.event.pull_request.head.repo.fork == false
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v45
|
||||
uses: tj-actions/changed-files@v34
|
||||
with:
|
||||
dir_names: true
|
||||
dir_names: "true"
|
||||
separator: ","
|
||||
dir_names_include_files: "quickstart/*"
|
||||
files: "quickstart/**"
|
||||
files: "quickstart/*"
|
||||
files_ignore: "**/TestRecord.md"
|
||||
dir_names_max_depth: 2
|
||||
- name: test pr
|
||||
|
7
.github/workflows/pr-check.yaml
vendored
7
.github/workflows/pr-check.yaml
vendored
@ -15,12 +15,11 @@ jobs:
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3.6.0
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v45
|
||||
uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f #v41.0.1
|
||||
with:
|
||||
dir_names: true
|
||||
dir_names: "true"
|
||||
separator: ","
|
||||
dir_names_include_files: "quickstart/*"
|
||||
files: "quickstart/**"
|
||||
files: "quickstart/*"
|
||||
dir_names_max_depth: 2
|
||||
- name: pr-check
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user