From 94125c147e64cf7487d96a233002942a8b400730 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Thu, 16 May 2024 04:13:49 +0900 Subject: [PATCH] ci: concurrency test --- .github/workflows/test.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bdc375d18..381e19e32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,13 +7,12 @@ on: default: false permissions: {} -concurrency: - group: ${{ github.workflow }} - cancel-in-progress: true - jobs: test1: + concurrency: + group: ${{ github.workflow }} + cancel-in-progress: true if: ${{ inputs.skip == false}} runs-on: ubuntu-latest steps: - - run: sleep 60 + - run: sleep 120