File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments