Skip to content

Commit 15e6f57

Browse files
authored
hotfix: github actions scheduling (#198)
1 parent fddc998 commit 15e6f57

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/create-meeting-artifacts-manual.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
type: boolean
1212
description: 'Dry run?'
1313
default: false
14-
required: true
1514
workflow_call:
1615
inputs:
1716
meeting_group:

.github/workflows/create-meeting-artifacts-scheduled.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: Create Meeting Artifacts (Scheduled)
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
dry_run:
7-
type: boolean
8-
description: 'Dry run?'
9-
default: false
10-
required: true
115
schedule:
126
- cron: '0 10 * * 1'
137

@@ -35,4 +29,3 @@ jobs:
3529
uses: ./.github/workflows/create-meeting-artifacts-manual.yml
3630
with:
3731
meeting_group: ${{ matrix.groups }}
38-
dry_run: ${{ github.event.inputs.dry_run }}

0 commit comments

Comments
 (0)