Skip to content

Commit

Permalink
ci: temp trigger OpenBLAS compilation on push
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Jun 28, 2024
1 parent 6682d5f commit 7d58218
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: workflow_dispatch
on: push
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: workflow_dispatch
on: push
jobs:
compile_openblas:
strategy:
Expand Down

0 comments on commit 7d58218

Please sign in to comment.