Skip to content

Commit

Permalink
Revert "ci: temp trigger OpenBLAS compilation on push"
Browse files Browse the repository at this point in the history
This reverts commit 7d58218.
  • Loading branch information
nightwnvol committed Jun 28, 2024
1 parent 7d58218 commit 1f8ddfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_openblas_linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Compile OpenBLAS on Linux
run-name: Compile OpenBLAS on Linux - ${{ github.sha }}
on: push
on: workflow_dispatch
jobs:
compile_openblas:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile_openblas_macos.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 1f8ddfa

Please sign in to comment.