Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Feb 20, 2024
1 parent d92e239 commit 609bf1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/cancel-running-workflows.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
pull_request:
types: [ opened, synchronize, reopened ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
checks:
name: Various checks
Expand Down

0 comments on commit 609bf1d

Please sign in to comment.