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 23f6df2 commit 54f198bCopy full SHA for 54f198b
.github/workflows/build.yml
@@ -40,12 +40,7 @@ jobs:
40
# if this is a pull request, run only when 'publish' label is set
41
if: (github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))) ||
42
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'publish'))
43
- strategy:
44
- matrix:
45
- os: [ubuntu-22.04]
46
- scala: [2.13.12]
47
- java: [[email protected]]
48
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-22.04
49
steps:
50
- uses: actions/checkout@v4
51
with:
0 commit comments