Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: CI
on:
pull_request:
branches: [main]
merge_group:

permissions:
contents: read

jobs:
test:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
environment: ci
steps:
- name: 📑 Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: 🧪 System Test
uses: devantler-tech/ksail/.github/actions/ksail-cluster@e8af568986b21cb6e1ed1b3be92ff9c8c3612363 # v5.74.3
with:
distribution: Talos
provider: Docker
init: "false"
validate: "true"
sops-age-key: ${{ secrets.SOPS_AGE_KEY }}
hosts-file: ${{ vars.HOSTS_FILE }}
root-ca-cert-file: ${{ vars.ROOT_CA_CERT_FILE }}
push: "true"
reconcile: "true"
delete: "true"
1 change: 1 addition & 0 deletions .policyignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ castai*
cert-manager*
cleanup*
consul*
cost-optimization*
external-secret-operator*
flux-cel*
flux*
Expand Down

This file was deleted.

Loading