Skip to content

Commit

Permalink
workaround GHA bug for tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Jul 4, 2024
1 parent e4a86be commit bb7659e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ on:
push:
branches:
- master
paths: ['src/main/java/**', 'src/test/**', 'src/api/java/**', 'gradle/**', '**.gradle', 'gradle.properties',
'gradlew**', 'src/main/resources/*_at.cfg']
pull_request:
paths: ['src/main/java/**', 'src/test/**', 'src/api/java/**', 'gradle/**', '**.gradle', 'gradle.properties',
'gradlew**', 'src/main/resources/*_at.cfg']
branches:
- '*'

concurrency:
group: tests-${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit bb7659e

Please sign in to comment.