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 fc7b42c commit 8522cc0Copy full SHA for 8522cc0
.github/workflows/build.yml
@@ -23,8 +23,8 @@ permissions:
23
24
jobs:
25
test:
26
- runs-on: self-hosted
27
-# runs-on: ubuntu-latest
+# runs-on: self-hosted
+ runs-on: ubuntu-latest
28
env:
29
# define Java options for both official sbt and sbt-extras
30
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
.github/workflows/release.yml
@@ -20,8 +20,8 @@ permissions:
20
21
22
release:
0 commit comments