Skip to content

Commit 33dbe90

Browse files
Enabled fast release
1 parent deb4e36 commit 33dbe90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/[A] build and test, release if requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
release:
4242
name: Release if requested
43-
needs: [build-and-test-with-Java-8-and-later]
43+
# needs: [build-and-test-with-Java-8-and-later]
4444
runs-on: ubuntu-latest
4545
if: github.event_name == 'push' && endsWith(github.event.head_commit.message, 'Releasing new version')
4646
steps:

0 commit comments

Comments
 (0)