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 6ddd155 commit 2958b2dCopy full SHA for 2958b2d
.github/workflows/integration.yaml
@@ -6,20 +6,20 @@ on:
6
pull_request:
7
branches: [ master ]
8
schedule:
9
- - cron: "0 */2 * * *"
+ - cron: "0 */12 * * *"
10
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
15
steps:
16
- name: Setup Java JDK
17
- uses: actions/setup-java@v1.4.2
+ uses: actions/setup-java@v2
18
with:
19
java-version: 1.8
20
id: java
21
- name: Setup Go environment
22
- uses: actions/setup-go@v2.1.2
+ uses: actions/setup-go@v2
23
24
go-version: ^1.14
25
id: go
0 commit comments