Skip to content

Commit d7f236f

Browse files
committed
chore: add a no-op github workflow
Add a no-op GitHub workflow file. Signed-off-by: Noel Georgi <[email protected]>
1 parent 8caa38e commit d7f236f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: default
2+
"on":
3+
push:
4+
branches:
5+
- main
6+
tags:
7+
- v*
8+
pull_request: {}
9+
env:
10+
CI_ARGS: --cache-from=type=registry,ref=registry.dev.siderolabs.io/${GITHUB_REPOSITORY}:buildcache --cache-to=type=registry,ref=registry.dev.siderolabs.io/${GITHUB_REPOSITORY}:buildcache,mode=max
11+
jobs:
12+
default:
13+
permissions:
14+
contents: write
15+
packages: write
16+
runs-on: self-hosted
17+
steps:
18+
- name: checkout
19+
uses: actions/checkout@v3

0 commit comments

Comments
 (0)