Skip to content

Commit

Permalink
allow to trigger workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed May 18, 2023
1 parent f128481 commit da9b55b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-IntelMPI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-with-IntelMPI
run-name: Build MPL with IntelMPI
on: [push]
on: [push, workflow_dispatch]
jobs:
compile-mpl:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-with-mpich.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-with-mpich
run-name: Build MPL with MPICH
on: [push]
on: [push, workflow_dispatch]
jobs:
compile-mpl:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-with-openmpi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-with-openmpi
run-name: Build MPL with OpenMPI
on: [push]
on: [push, workflow_dispatch]
jobs:
compile-mpl:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit da9b55b

Please sign in to comment.