Skip to content

Commit 6d650f9

Browse files
committed
Test runner
1 parent 6e4cf54 commit 6d650f9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.github/workflows/arc.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: CI
2+
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/**'
15+
jobs:
16+
metadata:
17+
runs-on: k8s-arc
18+
steps:
19+
- name: k8s
20+
shell: bash -x -e {0}
21+
run: |
22+
pwd

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- '**.md'
1414
- '.github/triage/**'
1515
branches-ignore:
16-
- '25.*' # workflows for release to be triggered via dispatch event only
16+
- 'aybchan/arc' # workflows for release to be triggered via dispatch event only
1717
workflow_dispatch:
1818
inputs:
1919
PUBLISH:

0 commit comments

Comments
 (0)