Merge Reddit Scraper Artifacts #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Merge Reddit Scraper Artifacts | |
| on: | |
| workflow_dispatch: # manual trigger only for now | |
| jobs: | |
| merge-artifacts: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Print start message | |
| run: echo "Merging artifacts workflow started." |