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 6e4cf54 commit 6d650f9Copy full SHA for 6d650f9
.github/workflows/arc.yaml
@@ -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
@@ -13,7 +13,7 @@ on:
- '**.md'
- '.github/triage/**'
branches-ignore:
- - '25.*' # workflows for release to be triggered via dispatch event only
+ - 'aybchan/arc' # workflows for release to be triggered via dispatch event only
workflow_dispatch:
inputs:
PUBLISH:
0 commit comments