Skip to content

Commit

Permalink
Revert "ci: trigger compile_openblas workflows on push"
Browse files Browse the repository at this point in the history
This reverts commit 60cbff3.
  • Loading branch information
nightwnvol committed Jul 4, 2024
1 parent 60cbff3 commit d127598
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 d127598

Please sign in to comment.