From a74d681dd92bd96c20200368f036bfca271f8eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bojan=20=C4=8Cekrli=C4=87?= Date: Wed, 13 Apr 2022 13:30:05 +0200 Subject: [PATCH] Upd: Simplify GitHub actions --- .github/workflows/master.yml | 8 -------- .github/workflows/pull_request.yml | 6 ------ .github/workflows/tags.yml | 6 ------ 3 files changed, 20 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 1aa5c66..0623402 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -11,9 +11,6 @@ jobs: # Checkout - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: ./.github/actions/unit-tests @@ -23,9 +20,6 @@ jobs: # Checkout - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: ./.github/actions/integration-tests @@ -35,8 +29,6 @@ jobs: # Checkout - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 - uses: ./.github/actions/helm-chart-tests diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9fb0ad2..e9cd213 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,8 +11,6 @@ jobs: # Checkout - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 - uses: ./.github/actions/unit-tests @@ -22,8 +20,6 @@ jobs: # Checkout - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 - uses: ./.github/actions/integration-tests @@ -33,8 +29,6 @@ jobs: # Checkout - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 - uses: ./.github/actions/helm-chart-tests diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index 72a90b8..8f3c91b 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -11,8 +11,6 @@ jobs: # Checkout - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 - uses: ./.github/actions/unit-tests @@ -22,8 +20,6 @@ jobs: # Checkout - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 - uses: ./.github/actions/integration-tests Helm_chart_Tests: @@ -32,8 +28,6 @@ jobs: # Checkout - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 - uses: ./.github/actions/helm-chart-tests