Skip to content

Commit

Permalink
make macos.yaml workflow-dispatch only
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Dec 22, 2023
1 parent a322561 commit 77c2430
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
name: macos
on:
workflow_dispatch:
push:
branches-ignore:
- '**/dev2'
- '**/*dev2'
pull_request:
# push:
# branches-ignore:
# - '**/dev2'
# - '**/*dev2'
# pull_request:

# This workflow hangs intermittently at random places, after building a demo
# program and just before running it. Something is broken but it's not
# SuiteSparse; it's github. Tests on an M1 Mac and Intel Mac have never shown
# this behavior outside of github. As a result, this workflow has been
# relegated to a "workflow_dispatch" only. It is not run on push or pull
# requests. The hang has nothing to do with parallelism; it can hang in
# check_AMD, which does not use OpenMP.

concurrency: ci-macos-${{ github.ref }}

Expand Down

0 comments on commit 77c2430

Please sign in to comment.