Skip to content

Commit

Permalink
test: temp
Browse files Browse the repository at this point in the history
Signed-off-by: Ning Yu <[email protected]>
  • Loading branch information
Chillax-0v0 committed Feb 20, 2024
1 parent 728df6e commit 3f91470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/s3stream-check-dependency.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Check Dependencies of Maven and Gradle

on:
pull_request_target:
types:
- opened
- reopened
- synchronize
paths:
- 's3stream/**'
push:
branches:
- '*'

jobs:
check-dependencies:
Expand Down
2 changes: 1 addition & 1 deletion s3stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.1.19</version>
<version>3.1.18</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3f91470

Please sign in to comment.