diff --git a/.github/workflows/compile_openblas_macos.yml b/.github/workflows/compile_openblas_macos.yml index 45e5647..1b0fba9 100644 --- a/.github/workflows/compile_openblas_macos.yml +++ b/.github/workflows/compile_openblas_macos.yml @@ -1,11 +1,6 @@ name: Compile OpenBLAS on MacOS run-name: Compile OpenBLAS on MacOS - ${{ github.sha }} -# on: workflow_dispatch -# NOTE: just for testing -on: - push: - branches: - - 'release/**' +on: workflow_dispatch jobs: compile_openblas: strategy: