Skip to content

Commit

Permalink
chore: add no-op github workflow
Browse files Browse the repository at this point in the history
This PR adds a basic workflow that doesn't do anything yet, so actions can run after a rekres.

Signed-off-by: Spencer Smith <[email protected]>
  • Loading branch information
rsmitty committed Sep 8, 2023
1 parent 77d7adc commit 2decdd1
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 2decdd1

Please sign in to comment.