Skip to content

Commit

Permalink
add CI job for RW updater branch
Browse files Browse the repository at this point in the history
  • Loading branch information
while-loop committed Nov 26, 2023
1 parent 0584fbb commit 1ee1d14
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@ on:
- cron: "* * * * *"

jobs:
update:
runewatch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: |
git fetch origin runewatch && git checkout runewatch
bash scripts/update_watchlist.sh
runewatch-updater:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: |
git fetch origin runewatch-updater && git checkout runewatch-updater
bash update_watchlist.sh

0 comments on commit 1ee1d14

Please sign in to comment.