Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Nov 4, 2023
1 parent dfb1367 commit 01fb75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
# We don't need to build all Java versions every time
# Try excluding 11, 17 on branch pushes
exclude:
java: ${{ (github.ref != 'refs/heads/master' && github.event_name == 'push_request') && 11 || 99 }}
java: ${{ (github.ref != 'refs/heads/master' && github.event_name == 'push_request') && 17 || 99 }}
- java: ${{ (github.ref != 'refs/heads/master' && github.event_name == 'push_request') && 11 || 99 }}
- java: ${{ (github.ref != 'refs/heads/master' && github.event_name == 'push_request') && 17 || 99 }}
fail-fast: false

steps:
Expand Down

0 comments on commit 01fb75a

Please sign in to comment.