From 18161dfc3b16aa30a9edb795ca14d9bd2c7f6734 Mon Sep 17 00:00:00 2001 From: nightwnvol Date: Sat, 29 Jun 2024 00:48:41 +0200 Subject: [PATCH] Revert "ci: temp trigger macos OpenBLAS compilation on push" This reverts commit 5684b3f3c1ff5ba6cd32b4ecd9d932a4871aaeec. --- .github/workflows/compile_openblas_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_openblas_macos.yml b/.github/workflows/compile_openblas_macos.yml index a8a146a..1a235c2 100644 --- a/.github/workflows/compile_openblas_macos.yml +++ b/.github/workflows/compile_openblas_macos.yml @@ -1,6 +1,6 @@ name: Compile OpenBLAS on MacOS run-name: Compile OpenBLAS on MacOS - ${{ github.sha }} -on: push +on: workflow_dispatch jobs: compile_openblas: strategy: