Skip to content

Commit

Permalink
Add GA/EA JDK to PR builds (#597)
Browse files Browse the repository at this point in the history
* Add GA JDK to PR builds

I mean it would be great to have immediate feedback when a PR will break on the latest instead of waiting for a time later in the week

* change EA to push

* remove duplicate PR build

* Update jdk-ea.yml
  • Loading branch information
SentryMan authored Jun 8, 2024
1 parent 56b4d1e commit 08423ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push, pull_request, workflow_dispatch]
on: [push, workflow_dispatch]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jdk-ea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: avaje-inject EA

on:
push:
workflow_dispatch:
schedule:
- cron: '39 1 * * 1,3,5'
Expand Down

0 comments on commit 08423ad

Please sign in to comment.