Skip to content

Commit

Permalink
[ci] run manually
Browse files Browse the repository at this point in the history
  • Loading branch information
oldk1331 committed Oct 17, 2024
1 parent 3cc7f20 commit 71ca7fb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-ccl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FriCAS CI on Linux on CCL

on: [push, pull_request]
on: workflow_dispatch

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-clisp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FriCAS CI on Linux on CLISP

on: [push, pull_request]
on: workflow_dispatch

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-ecl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FriCAS CI on Linux on ECL

on: [push, pull_request]
on: workflow_dispatch

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-gcl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FriCAS CI on Linux on GCL

on: [push, pull_request]
on: workflow_dispatch

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS-ccl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FriCAS CI on macOS on CCL

on: [push, pull_request]
on: workflow_dispatch

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS-clisp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FriCAS CI on macOS on CLISP

on: [push, pull_request]
on: workflow_dispatch

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS-ecl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FriCAS CI on macOS on ECL

on: [push, pull_request]
on: workflow_dispatch

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-ccl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FriCAS CI on Windows on CCL

on: [push, pull_request]
on: workflow_dispatch

jobs:
build:
Expand Down

0 comments on commit 71ca7fb

Please sign in to comment.