Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hadlaw <[email protected]>
  • Loading branch information
tommyp1ckles committed Jan 18, 2024
1 parent 7714273 commit ad6e6ba
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Talos Conformance E2E
name: Terraform docs and formatting
on:
pull_request_target:
types:
Expand All @@ -9,22 +9,18 @@ on:
branches:
- main
jobs:
setup-and-test:
# runs-on:
name: 'Setup & Test'
runs-on: ubuntu-latest-4cores-16gb
name: 'Setup & Test'
env:
json_name: 'Setup & Test'
strategy:
fail-fast: false
matrix:
include:
- name: 'kube-proxy replacement'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'vxlan'
steps:
- name: test
run: echo "success!"

formatting:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
ref: ${{ github.event.pull_request.head.sha }}
docs:
needs: formatting
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: foo
run: "ls"

0 comments on commit ad6e6ba

Please sign in to comment.