Skip to content

Commit

Permalink
#1920: CI: NOMERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander authored and thearusable committed Dec 9, 2022
1 parent e4e14b8 commit e40fe96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macosx-clang-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- develop
- 1.*
pull_request:
types: [opened, reopened, synchronize, converted_to_draft, ready_for_review]

concurrency:
group: ${{ github.event.repository.name }}-${{ github.ref }}-${{ github.workflow }}
Expand All @@ -16,7 +17,7 @@ jobs:
build:
runs-on: macos-11

if: github.event.pull_request.draft == false
# if: github.event.pull_request.draft == false

strategy:
fail-fast: false
Expand Down

0 comments on commit e40fe96

Please sign in to comment.