File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 1
- name : Build Check
1
+ name : Build Check # 5
2
2
3
- on :
4
- schedule :
5
- - cron : ' 0 12 * * *'
3
+ on : push
6
4
7
5
jobs :
8
6
RunOnLinux :
Original file line number Diff line number Diff line change 1
- # This workflow is designed to build PRs for AHC. Note that it does not actually publish AHC, just builds and test it.
1
+ # This workflow is designed to build PRs for AHC. Note that it does not actually publish AHC, just builds and test it. #5
2
2
# Docs: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
3
4
4
name : Build PR
5
5
6
- on :
7
- push :
8
- branches :
9
- - main
10
- pull_request :
11
-
12
- workflow_dispatch :
13
- inputs :
14
- name :
15
- description : ' Github Actions'
16
- required : true
17
- default : ' Github Actions'
6
+ on : push
18
7
19
8
jobs :
20
9
RunOnLinux :
You can’t perform that action at this time.
0 commit comments