Skip to content

Commit 6292783

Browse files
committed
Update github workflow for EA and try triggering build wf on push only
1 parent 4ea96a5 commit 6292783

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on: [push, workflow_dispatch]
44
jobs:
55
build:
66
runs-on: ${{ matrix.os }}

.github/workflows/jdk-ea.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

2-
name: avaje-inject EA
2+
name: avaje-http EA
33

44
on:
55
workflow_dispatch:
66
schedule:
7-
- cron: '39 1 * * 1,3,5'
7+
- cron: '39 1 * * 2,5'
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)