Skip to content

Commit

Permalink
ci: restore workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Mar 12, 2024
1 parent 97012af commit 5a65345
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/compile_openblas_macos.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5a65345

Please sign in to comment.