Skip to content

Commit

Permalink
[DROP ME] temporarily disable CI action
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Apr 11, 2024
1 parent 6ed9c6e commit d3c4a12
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
name: Backup Restore CI
# name: Backup Restore CI

on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
# on:
# push:
# paths-ignore:
# - 'docs/**'
# - '*.md'
# - '.gitignore'
# - 'CODEOWNERS'
# - 'LICENSE'

jobs:
build:
name : CI
runs-on : ubuntu-latest
strategy:
matrix:
K8S_VERSION_FROM_CI : ["v1.24","stable"]
include:
- platform: linux/amd64
- platform: linux/arm64
steps:
- name : Checkout repository
uses : actions/checkout@v4
- name : Setup environment variables
run : echo "K8S_VERSION_FROM_CI=${{ matrix.K8S_VERSION_FROM_CI }}" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name : CI
run : make ci
# jobs:
# build:
# name : CI
# runs-on : ubuntu-latest
# strategy:
# matrix:
# K8S_VERSION_FROM_CI : ["v1.24","stable"]
# include:
# - platform: linux/amd64
# - platform: linux/arm64
# steps:
# - name : Checkout repository
# uses : actions/checkout@v4
# - name : Setup environment variables
# run : echo "K8S_VERSION_FROM_CI=${{ matrix.K8S_VERSION_FROM_CI }}" >> $GITHUB_ENV
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# - name : CI
# run : make ci

0 comments on commit d3c4a12

Please sign in to comment.