Skip to content

Commit

Permalink
CI: allow workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jun 17, 2024
1 parent a36f3d8 commit f341bd6
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-anyscale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test on Anyscale
on:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-babashka.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test with Babashka

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

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-bun.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test with Bun

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

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cpython.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test with CPython

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

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-deepinfra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test on DeepInfra
on:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-fireworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test on Fireworks
on:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test with Go

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

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-groq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test on Groq
on:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-lepton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test on Lepton
on:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test with Node.js

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

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-novita.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test on Novita
on:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-octo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test on Octo
on:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test on OpenAI
on:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-openrouter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test on OpenRouter
on:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pypy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test with PyPy

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

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-together.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test on Together
on:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit f341bd6

Please sign in to comment.