We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea96a5 commit 6292783Copy full SHA for 6292783
.github/workflows/build.yml
@@ -1,6 +1,6 @@
1
name: Build
2
3
-on: [push, pull_request, workflow_dispatch]
+on: [push, workflow_dispatch]
4
jobs:
5
build:
6
runs-on: ${{ matrix.os }}
.github/workflows/jdk-ea.yml
@@ -1,10 +1,10 @@
-name: avaje-inject EA
+name: avaje-http EA
on:
workflow_dispatch:
schedule:
7
- - cron: '39 1 * * 1,3,5'
+ - cron: '39 1 * * 2,5'
8
9
10
0 commit comments