Skip to content

Commit 15609b6

Browse files
authored
Allow running full build manualy (#10111)
Makes it easier to run full build on PR branches.
1 parent a5e649d commit 15609b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/full-check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
- 'main'
1616
- 'release/*'
1717
- '*-test'
18+
workflow_dispatch:
19+
# Allow running manually
1820
jobs:
1921
build:
2022
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)