Compare commits

..

10 Commits

Author SHA1 Message Date
hezijie
cdbb609895 revert change on tf 2024-09-14 15:34:00 +08:00
hezijie
72bc2be5aa bump changed-files action version 2024-09-14 15:26:13 +08:00
hezijie
435555ac25 set prevent_deletion_if_contains_resources to false 2024-09-14 14:12:05 +08:00
hezijie
2181c0e173 switch to new testing environment 2024-09-14 14:12:05 +08:00
hezijie
6e14503e17 fix broken config 2024-09-14 14:12:05 +08:00
hezijie
286ef164dc bump azurerm to v3 so we can use oidc 2024-09-14 14:12:05 +08:00
hezijie
ae3c0933c3 try to fix 201-vmss-packer-jumpbox 2024-09-14 14:12:05 +08:00
hezijie
6d61deaee5 try to fix 201-vmss-packer-jumpbox 2024-09-14 14:12:05 +08:00
hezijie
c35766fb83 try to fix 201-vmss-packer-jumpbox 2024-09-14 14:12:05 +08:00
hezijie
d93a6bba20 try to fix 201-vmss-packer-jumpbox 2024-09-14 14:12:05 +08:00
2 changed files with 8 additions and 6 deletions

View File

@@ -32,11 +32,12 @@ jobs:
- name: Get changed files - name: Get changed files
if: github.event.pull_request.head.repo.fork == false if: github.event.pull_request.head.repo.fork == false
id: changed-files id: changed-files
uses: tj-actions/changed-files@v34 uses: tj-actions/changed-files@v45
with: with:
dir_names: "true" dir_names: true
separator: "," separator: ","
files: "quickstart/*" dir_names_include_files: "quickstart/*"
files: "quickstart/**"
files_ignore: "**/TestRecord.md" files_ignore: "**/TestRecord.md"
dir_names_max_depth: 2 dir_names_max_depth: 2
- name: test pr - name: test pr

View File

@@ -15,11 +15,12 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3.6.0 uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3.6.0
- name: Get changed files - name: Get changed files
id: changed-files id: changed-files
uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f #v41.0.1 uses: tj-actions/changed-files@v45
with: with:
dir_names: "true" dir_names: true
separator: "," separator: ","
files: "quickstart/*" dir_names_include_files: "quickstart/*"
files: "quickstart/**"
dir_names_max_depth: 2 dir_names_max_depth: 2
- name: pr-check - name: pr-check
run: | run: |