Skip to content

Commit

Permalink
remove stashing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Dec 10, 2024
1 parent 5484473 commit b0ddc5c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/submit-rsv-forecasts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,9 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
# Stash changes before pulling
git stash
# Pull latest changes
git pull origin main --rebase
# Apply stashed changes
git stash pop
# Add and commit the new forecasts
git add rsv/submissions/
Expand Down

0 comments on commit b0ddc5c

Please sign in to comment.