Skip to content

Commit 285cca3

Browse files
authored
Create merge_artifacts.yml
1 parent 9859525 commit 285cca3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Merge Reddit Scraper Artifacts
2+
3+
on:
4+
workflow_dispatch: # manual trigger only for now
5+
6+
jobs:
7+
merge-artifacts:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Print start message
12+
run: echo "Merging artifacts workflow started."

0 commit comments

Comments
 (0)