Skip to content

Commit

Permalink
Add workflow_dispatch to github action scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmakarov committed Jul 21, 2023
1 parent bdaca56 commit d51b45f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AMD64-Linux-OSX-Windows-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: AMD64-Linux-OSX-Windows-test

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

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

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

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

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

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

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

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

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

jobs:
s390x:
Expand Down

0 comments on commit d51b45f

Please sign in to comment.