From bc9a475b69e186a843574df2e6153046c3cb4a47 Mon Sep 17 00:00:00 2001 From: arnaudbore Date: Thu, 8 Feb 2024 15:44:35 -0500 Subject: [PATCH] test workflow --- .github/workflows/build_website.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index 687987b..e46ecd4 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -8,14 +8,17 @@ on: branches: - master +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: deploy: runs-on: scil-website-runners - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + steps: - - name: action_checkout - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4.1.1 - name: Install dependancies run: |