Skip to content

Commit 316340b

Browse files
committed
Uncomment condition
1 parent 7e94ce1 commit 316340b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "^^${{ matrix.sbt_version }}" "scripted basic/*"
2828

2929
release:
30-
# TODO uncomment after testing
31-
#needs: [ test ]
32-
#if: github.ref == 'refs/heads/main' || github.ref_type == 'tag'
30+
needs: [ test ]
31+
if: github.ref == 'refs/heads/main' || github.ref_type == 'tag'
3332
runs-on: ubuntu-latest
3433
steps:
3534
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)