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:
54
54
- name : Get commit of the latest tag
55
55
run : echo "LATEST_TAG_COMMIT=$(git rev-list -n 1 $(git describe --tags --abbrev=0))" >> $GITHUB_ENV
56
56
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
66
66
67
67
# https://github.com/actions/virtual-environments/issues/1187
68
68
- name : tune linux network
You can’t perform that action at this time.
0 commit comments