From 0231663c0bd44b7f8c9d96028b76decc392d7525 Mon Sep 17 00:00:00 2001 From: Nick Molcanov <32801560+nck-mlcnv@users.noreply.github.com> Date: Fri, 26 Jul 2024 13:58:03 +0200 Subject: [PATCH] Cancel last jobs and activate native test --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e42fcffa..3931192b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,9 @@ name: Tests +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + on: push: branches: @@ -31,7 +35,6 @@ jobs: # Only run for pull request on main or if pushed to develop compile_native: - if: github.base_ref == 'main' || github.event_name == 'push' name: Test Native Executable Compilation runs-on: ubuntu-latest steps: