Skip to content

Commit

Permalink
Exclude snapshots from test success
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Nov 4, 2024
1 parent 395998b commit 8aee1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: "Test success"
if: always()
runs-on: ubuntu-latest
needs: [build-python, test-jvm, test-python, test-snapshots-jvm]
needs: [build-jvm, build-python, test-jvm, test-python]

steps:
- name: "Success"
Expand Down

0 comments on commit 8aee1ab

Please sign in to comment.