mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Removed if in ci
This commit is contained in:
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@@ -8,7 +8,6 @@ permissions:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macOS-latest
|
||||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened')
|
||||
name: "macOS Clang (C++11, Release)"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user