Skip to content

Commit 0a95d4a

Browse files
committed
add modified YAML file iteration 14
1 parent ab89c7c commit 0a95d4a

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

.github/workflows/builds.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: Build Check
1+
name: Build Check #14
22

3-
on:
4-
schedule:
5-
- cron: '0 12 * * *'
3+
on: push
64

75
jobs:
86
RunOnLinux:

.github/workflows/maven.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
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. #14
22
# Docs: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

44
name: Build PR
55

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
187

198
jobs:
209
RunOnLinux:

0 commit comments

Comments
 (0)