Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try that
Browse files Browse the repository at this point in the history
bdemann committed Oct 25, 2024
1 parent 33c5498 commit cfbb5b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release_parallel.yml
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ jobs:
examples/bitcoin_psbt
examples/ckbtc
tests/end_to_end/http_server
tests/end_to_end/candid_rpc/functional_syntax
tests/end_to_end/candid_rpc
tests/property
tests/end_to_end/candid_rpc/class_syntax/bitcoin
tests/end_to_end/candid_rpc/class_syntax/stable_structures
@@ -173,6 +173,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref || github.ref }}
token: ${{ secrets.LASTMJS_GITHUB_TOKEN }}
fetch-depth: 0

- name: Cherry-pick and squash changes
env:
@@ -187,8 +188,6 @@ jobs:
CURRENT_BRANCH=$(git branch --show-current)
BASE_COMMIT=$(git rev-parse HEAD)
git fetch --all
# Get all update branches and cherry-pick their changes
for branch in $(git branch -r | grep "origin/update-${{ needs.prepare-release.outputs.release-version }}-" | sed 's/origin\///'); do
echo "Cherry-picking changes from branch: $branch"

0 comments on commit cfbb5b5

Please sign in to comment.