Skip to content

Commit

Permalink
v1.18 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 8, 2024
1 parent 319bb2c commit a642fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick-from-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ for sha1 in $(git log --reverse --format=format:%H $BEFORE_SHA..$LAST_SHA); do
echo "Commit message contains $SKIP_COMMIT_STRING. Skipping..."
fi
done
git push "$DEST_REMOTE" "$DEST_BRANCH"
# git push "$DEST_REMOTE" "$DEST_BRANCH"
2 changes: 1 addition & 1 deletion .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- v1.18
- v1.17

# Junk comment for v1.18
env:
GH_TOKEN: ${{ secrets.SYNC_TEST_ADMIN }}
GH_REPO: ${{ github.repository }}
Expand Down

0 comments on commit a642fe4

Please sign in to comment.