Skip to content

Commit e313fa8

Browse files
coco875KiritoDv
authored andcommitted
fix a detail
1 parent 433e6f4 commit e313fa8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/mac.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
config: [Release, Debug]
1515
standalone: [OFF, ON]
1616
toolchain: [macos-clang, macos-gnu] # remove temporary macos-clang-llvm
17-
isPR: ${{ github.event_name == 'pull_request' }}
17+
isPR:
18+
- ${{ github.event_name == 'pull_request' }}
1819
exclude:
1920
- isPR: true
2021
standalone: OFF

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
standalone: [OFF, ON]
1717
generate: [Visual Studio 17 2022, Ninja]
1818
arch: [x64, Win32]
19-
isPR: ${{ github.event_name == 'pull_request' }}
19+
isPR:
20+
- ${{ github.event_name == 'pull_request' }}
2021
exclude:
2122
- toolchain: windows-clang-cl
2223
arch: Win32

0 commit comments

Comments
 (0)