Skip to content

Commit a0ec298

Browse files
committed
Workflow fixes
1 parent 57221a7 commit a0ec298

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build java
22
on:
33
workflow_dispatch:
44
workflow_run:
5-
workflows: [".github/workflows/base.yml"]
5+
workflows: ['base.yml']
66
types: [completed]
77
branches:
88
- master

.github/workflows/mono.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build mono
22
on:
33
workflow_dispatch:
44
workflow_run:
5-
workflows: [".github/workflows/base.yml"]
5+
workflows: ['base.yml']
66
types: [completed]
77
branches:
88
- master

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build python
22
on:
33
workflow_dispatch:
44
workflow_run:
5-
workflows: [".github/workflows/base.yml"]
5+
workflows: ['base.yml']
66
types: [completed]
77
branches:
88
- master
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
python:
28-
- "3"
28+
- '3'
2929

3030
steps:
3131
- uses: actions/checkout@v4

.github/workflows/wine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build wine
22
on:
33
workflow_dispatch:
44
workflow_run:
5-
workflows: [".github/workflows/base.yml"]
5+
workflows: ['base.yml']
66
types: [completed]
77
branches:
88
- master

0 commit comments

Comments
 (0)