From 8a7b5d9af118f72eb57bc8f8de3e31167e756a44 Mon Sep 17 00:00:00 2001 From: trajan0x <83933037+trajan0x@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:08:58 +0100 Subject: [PATCH] remove outdated cancellation (#1074) Co-authored-by: Trajan0x --- .github/workflows/cypress.yml | 18 +++++++++--------- .github/workflows/go.yml | 18 +++++++++--------- .github/workflows/helm-test.yml | 18 +++++++++--------- .github/workflows/packages.yml | 18 +++++++++--------- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 40cae9e9fe..0cc40f2073 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -11,15 +11,15 @@ on: - '.github/workflows/cypress.yaml' jobs: - cancel-outdated: - name: Cancel Outdated Jobs - runs-on: ubuntu-latest - steps: - - id: skip_check - if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && !contains(github.event.head_commit.message, '[no_skip]') }} - uses: fkirc/skip-duplicate-actions@v5 - with: - cancel_others: 'true' +# cancel-outdated: +# name: Cancel Outdated Jobs +# runs-on: ubuntu-latest +# steps: +# - id: skip_check +# if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && !contains(github.event.head_commit.message, '[no_skip]') }} +# uses: fkirc/skip-duplicate-actions@v5 +# with: +# cancel_others: 'true' cypress-integration-tests: runs-on: ubuntu-latest diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4ea8823e1a..9ac5ed1984 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,15 +8,15 @@ on: - 'gh-pages' jobs: - cancel-outdated: - name: Cancel Outdated Jobs - runs-on: ubuntu-latest - steps: - - id: skip_check - if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && !contains(github.event.head_commit.message, '[no_skip]') }} - uses: fkirc/skip-duplicate-actions@v5 - with: - cancel_others: 'true' +# cancel-outdated: +# name: Cancel Outdated Jobs +# runs-on: ubuntu-latest +# steps: +# - id: skip_check +# if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && !contains(github.event.head_commit.message, '[no_skip]') }} +# uses: fkirc/skip-duplicate-actions@v5 +# with: +# cancel_others: 'true' # changes allows us to only run a job on changed packages changes: diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index bb2fa292c4..d612783ea2 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -11,15 +11,15 @@ on: # TODO: it'd be nice to eventually work this into release process on new images # definitely not a right now thing jobs: - cancel-outdated: - name: Cancel Outdated Jobs - runs-on: ubuntu-latest - steps: - - id: skip_check - if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && !contains(github.event.head_commit.message, '[no_skip]') }} - uses: fkirc/skip-duplicate-actions@v5 - with: - cancel_others: 'true' +# cancel-outdated: +# name: Cancel Outdated Jobs +# runs-on: ubuntu-latest +# steps: +# - id: skip_check +# if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && !contains(github.event.head_commit.message, '[no_skip]') }} +# uses: fkirc/skip-duplicate-actions@v5 +# with: +# cancel_others: 'true' lint-test: runs-on: ubuntu-latest diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index ca21b7d6ef..ec31da1f47 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -9,15 +9,15 @@ on: - 'packages/**' jobs: - cancel-outdated: - name: Cancel Outdated Jobs - runs-on: ubuntu-latest - steps: - - id: skip_check - if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && !contains(github.event.head_commit.message, '[no_skip]') }} - uses: fkirc/skip-duplicate-actions@v5 - with: - cancel_others: 'true' +# cancel-outdated: +# name: Cancel Outdated Jobs +# runs-on: ubuntu-latest +# steps: +# - id: skip_check +# if: ${{ format('refs/heads/{0}', github.event.repository.default_branch) != github.ref && !contains(github.event.head_commit.message, '[no_skip]') }} +# uses: fkirc/skip-duplicate-actions@v5 +# with: +# cancel_others: 'true' lint: runs-on: ubuntu-latest