From 8e8425fba378e7f40a96cf1d05bce48bd24376a6 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:33:23 -0500 Subject: [PATCH] Update deploy-tests.yml --- .github/workflows/deploy-tests.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index 12a63cba1..278a34bca 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -3,13 +3,11 @@ name: Deploy tests on: pull_request: -jobs: - cancel-previous-runs: - runs-on: ubuntu-latest - steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 +concurrency: # Cancel previous workflows on the same pull request + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true +jobs: assess-file-changes: uses: catalystneuro/neuroconv/.github/workflows/assess-file-changes.yml@main