Skip to content

Commit

Permalink
ci: test trigger new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Mar 12, 2024
1 parent f32024c commit 97012af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compile_openblas_macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Compile OpenBLAS on MacOS
run-name: Compile OpenBLAS on MacOS - ${{ github.sha }}
on: workflow_dispatch
# on: workflow_dispatch
# NOTE: just for testing
on:
push:
branches:
- 'release/**'
jobs:
compile_openblas:
strategy:
Expand Down

0 comments on commit 97012af

Please sign in to comment.