Skip to content

Commit

Permalink
Disabling MacOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 30, 2024
1 parent 44fc7dd commit 3f52dc6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Build-macOS

on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
workflow_run:
workflows: ["clang-format"]
branches: [master]
types:
- completed
# push:
# paths-ignore:
# - 'doc/**'
# - '**.md'
#workflow_run:
# workflows: ["clang-format"]
# branches: [master]
# types:
# - completed

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 3f52dc6

Please sign in to comment.