Skip to content

Commit

Permalink
chore: add a no-op github workflow
Browse files Browse the repository at this point in the history
Add a no-op GitHub workflow file.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 11, 2023
1 parent 8caa38e commit d7f236f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: default
"on":
push:
branches:
- main
tags:
- v*
pull_request: {}
env:
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
jobs:
default:
permissions:
contents: write
packages: write
runs-on: self-hosted
steps:
- name: checkout
uses: actions/checkout@v3

0 comments on commit d7f236f

Please sign in to comment.