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
1 change: 0 additions & 1 deletion .github/workflows/_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
lint:
name: Lint
# ubuntu-latest while arc-dind runners are unavailable during the libvirt
# migration. Revert to `arc` once the new k3s cluster has ARC runners up.
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/opentofu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ permissions:

jobs:
test:
name: Pre-commit Tests
runs-on: ${{ inputs.runs-on }}
env:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
Expand Down Expand Up @@ -58,7 +57,6 @@ jobs:
run: SKIP=no-commit-to-branch pre-commit run -a

plan:
name: OpenTofu Plan
runs-on: ${{ inputs.runs-on }}
if: github.event_name == 'pull_request'
needs: [test]
Expand Down Expand Up @@ -107,7 +105,6 @@ jobs:
body-path: comment-body.md

apply:
name: OpenTofu Apply
runs-on: ${{ inputs.runs-on }}
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: [test]
Expand Down
Loading