Skip to content

Commit 52afcfb

Browse files
committed
Fix workflows
1 parent a499a8a commit 52afcfb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/autolock-conversations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: 'Lock Threads'
55
on: # yamllint disable-line rule:truthy
66
schedule:
77
- cron: '0 0 * * *'
8-
workflow_dispatch
8+
workflow_dispatch:
99

1010
permissions:
1111
issues: write

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
66
push:
77
tags:
88
- '*'
9-
workflow_dispatch
9+
workflow_dispatch:
1010

1111
jobs:
1212
build:

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
branches: [master, simplesamlphp-*]
1212
paths:
1313
- '**.md'
14-
workflow_dispatch
14+
workflow_dispatch:
1515

1616
jobs:
1717
quality:

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
branches: [master, simplesamlphp-*]
1212
paths-ignore:
1313
- '**.md'
14-
workflow_dispatch
14+
workflow_dispatch:
1515

1616
jobs:
1717
linter:

0 commit comments

Comments
 (0)