Skip to content

Commit

Permalink
ci: Add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 11, 2023
1 parent dd584bd commit 697c4b9
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64_toolchain.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aarch64 Toolchain

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_cmake_glop_cpp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 CMake Glop C++

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

# Building using the github runner environement directly.
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_docker_bazel.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ref: https://github.com/actions/runner-images
name: amd64 Docker Bazel

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
bazel:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_docker_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Docker CMake

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
cmake:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_freebsd_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 FreeBSD CMake

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Only macos runner provide virtualisation with vagrant/virtualbox installed.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_bazel.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ref: https://github.com/actions/runner-images
name: amd64 Linux Bazel

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_coinor_off.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Linux CMake CoinOR OFF

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_cpp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Linux CMake C++

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Linux CMake .Net

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_glpk_on.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Linux CMake GLPK ON

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_java.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Linux CMake Java

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_no_lp_parser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Linux CMake C++ LP_PARSER OFF

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_python.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Linux CMake Python

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_scip_off.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Linux CMake SCIP OFF

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake_system_deps.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test or-tools using system wide install dependencies.
name: amd64 Linux CMake System Dependencies

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_macos_bazel.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ref: https://github.com/actions/runner-images
name: amd64 MacOS Bazel

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_macos_cmake_cpp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 MacOS CMake C++

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_macos_cmake_dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 MacOS CMake .Net

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_macos_cmake_java.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 MacOS CMake Java

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_macos_cmake_python.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 MacOS CMake Python

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_windows_bazel.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ref: https://github.com/actions/runner-images
name: amd64 Windows Bazel

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_windows_cmake_cpp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Windows CMake C++

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_windows_cmake_dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Windows CMake .Net

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_windows_cmake_java.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Windows CMake Java

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_windows_cmake_python.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Windows CMake Python

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check Format

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mips_toolchain.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mips Toolchain

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/powerpc_toolchain.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: powerpc Toolchain

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down

0 comments on commit 697c4b9

Please sign in to comment.