Skip to content

Commit

Permalink
ci: skip windows & add concurrency group
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
  • Loading branch information
2 people authored and web3-bot committed Jul 11, 2024
1 parent 9deaf91 commit 62f9677
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/go-check-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
branches: ["master"]
workflow_dispatch:

permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
check-diff:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/go-test-config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"skipRace": true
"skipRace": true,
"skipOSes": ["windows"]
}

0 comments on commit 62f9677

Please sign in to comment.