Skip to content

Commit 9ac66cc

Browse files
authored
Create update-summary.yml
This seems to be needed so that the action shows in the Actions tab
1 parent f8a4851 commit 9ac66cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/update-summary.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Update Meetings Summary
2+
3+
on:
4+
workflow_dispatch:
5+
# Allow manual trigger
6+
7+
jobs:
8+
update-summary:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Placeholder step
12+
run: echo "This is a placeholder workflow to allow testing on the new branch."

0 commit comments

Comments
 (0)