Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRev-Dev committed Jun 6, 2024
1 parent 303deac commit 12e67db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

cancel-in-progress: true

env:
DOTNET_INSTALL_DIR: ${{ github.workspace }}/.dotnet/
DOTNET_VERSION: '8.0.x'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
branches: [ main ]

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

env:
DOTNET_INSTALL_DIR: ${{ github.workspace }}/.dotnet
DOTNET_VERSION: '8.0.x'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

cancel-in-progress: true

env:
DOCKER_REGISTRY: ghcr.io/maxrev-dev
DOTNET_VERSION: '8.0.x'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

cancel-in-progress: true

env:
DOTNET_INSTALL_DIR: ${{ github.workspace }}/.dotnet
DOTNET_VERSION: '8.0.x'
Expand Down

0 comments on commit 12e67db

Please sign in to comment.