Skip to content

Commit eaa0e7c

Browse files
authored
Skip latest commit check for stable release (#59383)
1 parent 77dc763 commit eaa0e7c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/trigger_release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454
- name: Get commit of the latest tag
5555
run: echo "LATEST_TAG_COMMIT=$(git rev-list -n 1 $(git describe --tags --abbrev=0))" >> $GITHUB_ENV
5656

57-
- name: Get latest commit
58-
run: echo "LATEST_COMMIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
59-
60-
- name: Check if new commits since last tag
61-
run: |
62-
if [ "$LATEST_TAG_COMMIT" = "$LATEST_COMMIT" ]; then
63-
echo "No new commits. Exiting..."
64-
exit 1
65-
fi
57+
# - name: Get latest commit
58+
# run: echo "LATEST_COMMIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
59+
60+
# - name: Check if new commits since last tag
61+
# run: |
62+
# if [ "$LATEST_TAG_COMMIT" = "$LATEST_COMMIT" ]; then
63+
# echo "No new commits. Exiting..."
64+
# exit 1
65+
# fi
6666

6767
# https://github.com/actions/virtual-environments/issues/1187
6868
- name: tune linux network

0 commit comments

Comments
 (0)