chore: cancel prev run

This commit is contained in:
franklin 2023-02-20 11:05:45 +01:00
parent 0aafba4de3
commit ec8356e9a4

View File

@ -9,13 +9,16 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
GOFLAGS: -mod=readonly
GOPROXY: https://proxy.golang.org
jobs:
matrix:
name: Matrix
runs-on: ubuntu-latest
outputs:
gomod: ${{ steps.gomod.outputs.matrix }}