Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Oct 2, 2023
1 parent e91b209 commit 852c543
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Broad Release Tests

on:
workflow_dispatch:
push:
- "main"
- "master"
schedule:
- cron: '0 5 * * 1' # every monday morning

Expand All @@ -15,7 +18,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
java: [8,11,17,21]
continue-on-error: true
continue-on-error: false
runs-on: ${{ matrix.os }}
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 852c543

Please sign in to comment.