Skip to content

Commit b215d97

Browse files
Fix snapshots workflow (#129)
1 parent 32bce84 commit b215d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snaphots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Snaphots
1+
name: Snapshots
22

33
on:
44
schedule:
@@ -24,7 +24,7 @@ jobs:
2424
run: mvn verify
2525

2626
snapshots:
27-
needs: [ linux-jvm-tests ]
27+
needs: [ test ]
2828
name: Snapshots
2929
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'project-openubl' }}
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)