Skip to content

Commit fc34a22

Browse files
committed
chore(ci): corrected workflow syntax
Signed-off-by: AtomicFS <[email protected]>
1 parent de21bfa commit fc34a22

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/container-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: container cleanup
55
on:
6-
workflow_dispatch:
6+
workflow_dispatch: {}
77
#schedule:
88
# - cron: '0 0 * * 0'
99
# # run weekly

.github/workflows/docker-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- 'tests/edk2-patches/**'
2525
- 'tests/linux_*/**'
2626
- 'tests/uboot_*/**'
27-
release:
27+
release: {}
2828
workflow_dispatch:
2929
inputs:
3030
skip_rerun:

.github/workflows/documentation-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
tags: ['v*']
1515

1616
# Allows you to run this workflow manually from the Actions tab
17-
workflow_dispatch:
17+
workflow_dispatch: {}
1818

1919
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2020
permissions:

.github/workflows/example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
name: example
55
on:
6-
pull_request:
6+
pull_request: {}
77
pull_request_review:
88
types: ['submitted']
9-
merge_group:
9+
merge_group: {}
1010
push:
1111
branches: ['main']
1212
tags: ['v*']

.github/workflows/go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
name: go-test
55
on:
6-
pull_request:
6+
pull_request: {}
77
pull_request_review:
88
types: ['submitted']
9-
merge_group:
9+
merge_group: {}
1010
push:
1111
branches: ['main']
1212
tags: ['v*']

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
name: lint
55
on:
6-
pull_request:
6+
pull_request: {}
77
pull_request_review:
88
types: ['submitted']
9-
merge_group:
9+
merge_group: {}
1010
push:
1111
branches: ['main']
1212
tags: ['v*']

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
name: pytest
55
on:
6-
pull_request:
6+
pull_request: {}
77
pull_request_review:
88
types: ['submitted']
9-
merge_group:
9+
merge_group: {}
1010
push:
1111
branches: ['main']
1212
tags: ['v*']

0 commit comments

Comments
 (0)