Skip to content

Commit

Permalink
try to merge results first
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Aug 12, 2024
1 parent 571c231 commit 78f5eca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Run script
run: |
python bin/get_public_galaxy_servers.py -o results/available_public_servers.csv
- name: Merge updates into results #s0/git-publish-subdir-action fails if there is a change on results while this job runs
run: |
cd results &&
git pull --no-rebase -s recursive -X ours
- name: Commit servers
uses: s0/git-publish-subdir-action@develop
env:
Expand Down

0 comments on commit 78f5eca

Please sign in to comment.