Skip to content

Commit ac471db

Browse files
committed
[ci][skip-ci] run the build after a display log failure
1 parent e333286 commit ac471db

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/visual-studio-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
ref: master
3636

3737
- name: Build after VS update
38+
if: ${{ !cancelled() }}
3839
shell: cmd
3940
run: "C:\\setenv.bat x64 &&
4041
python .github/workflows/root-ci-config/build_root.py

.github/workflows/visual-studio-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
ref: master
3636

3737
- name: Build after VS update
38+
if: ${{ !cancelled() }}
3839
shell: cmd
3940
run: "C:\\setenv.bat x64 &&
4041
python .github/workflows/root-ci-config/build_root.py

0 commit comments

Comments
 (0)