Skip to content

Commit e0e2190

Browse files
committed
Remove tag requirement
1 parent f2167d3 commit e0e2190

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
echo "::endgroup::"
5858
5959
build:
60-
needs: tag-check
60+
# DO NOT SUBMIT
61+
# needs: tag-check
6162
name: ${{ matrix.runner }} - ${{ matrix.target }}
6263
runs-on: ${{ matrix.runner }}
6364
timeout-minutes: 30

0 commit comments

Comments
 (0)