Skip to content

Commit 54f198b

Browse files
committed
simplify publish step
1 parent 23f6df2 commit 54f198b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,7 @@ jobs:
4040
# if this is a pull request, run only when 'publish' label is set
4141
if: (github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))) ||
4242
(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-
48-
runs-on: ${{ matrix.os }}
43+
runs-on: ubuntu-22.04
4944
steps:
5045
- uses: actions/checkout@v4
5146
with:

0 commit comments

Comments
 (0)