We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e94ce1 commit 316340bCopy full SHA for 316340b
.github/workflows/ci.yml
@@ -27,9 +27,8 @@ jobs:
27
run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "^^${{ matrix.sbt_version }}" "scripted basic/*"
28
29
release:
30
- # TODO uncomment after testing
31
- #needs: [ test ]
32
- #if: github.ref == 'refs/heads/main' || github.ref_type == 'tag'
+ needs: [ test ]
+ if: github.ref == 'refs/heads/main' || github.ref_type == 'tag'
33
runs-on: ubuntu-latest
34
steps:
35
- uses: actions/checkout@v3
0 commit comments