From cb0c66e7685491b34b43ead21f352d3da7231d0c Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Tue, 24 Oct 2023 14:26:10 +0900 Subject: [PATCH] cancel prev --- .github/workflows/gotest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index cbb8b35..006ee95 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -10,6 +10,10 @@ jobs: env: GO111MODULE: on steps: + - name: Cancel Previous Runs + uses: styfle/cancel-workflow-action@0.9.1 + with: + access_token: ${{ github.token }} - uses: actions/checkout@v2 - uses: kevincobain2000/action-gobrew@v2 with: