Skip to content

Commit

Permalink
try just fetching as we need
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 24, 2024
1 parent 6386be2 commit ec0424d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref || github.ref }}
token: ${{ secrets.LASTMJS_GITHUB_TOKEN }}
fetch-depth: 0 # Fetch all history for all branches and tags

- name: Merge update branches
env:
Expand All @@ -181,9 +180,6 @@ jobs:
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
echo "Current branch: $CURRENT_BRANCH"
# Fetch all branches
git fetch --all
# List and merge update branches
for branch in $(git branch -r | grep "origin/update-${{ needs.prepare-release.outputs.release-version }}-" | sed 's/origin\///'); do
echo "Merging branch: $branch"
Expand Down

0 comments on commit ec0424d

Please sign in to comment.