Skip to content

Commit a9edd9e

Browse files
committed
Update trigger
1 parent 6d650f9 commit a9edd9e

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/arc.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
name: CI
22

3-
on:
4-
schedule:
5-
- cron: '30 9 * * *' # Pacific Time 01:30 AM in UTC
6-
pull_request:
7-
types:
8-
- opened
9-
- reopened
10-
- ready_for_review
11-
- synchronize
12-
paths-ignore:
13-
- '**.md'
14-
- '.github/triage/**'
3+
on: [push]
4+
155
jobs:
166
metadata:
177
runs-on: k8s-arc

0 commit comments

Comments
 (0)