Skip to content

Commit 22ea369

Browse files
authored
Update check.yaml
Able to run check manually
1 parent dd0fef0 commit 22ea369

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
workflows: ["Run tests"]
66
types:
77
- completed
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read
@@ -36,4 +37,4 @@ jobs:
3637

3738
- name: Run spotbugs check
3839
run: |
39-
./mvnw spotbugs:check
40+
./mvnw spotbugs:check

0 commit comments

Comments
 (0)