Skip to content

Commit

Permalink
refactor: Remove old versions in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet authored and bUnitBot committed Apr 19, 2024
1 parent 2b76240 commit c776646
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths:
- 'src/**'
- 'tests/**'
- 'docs/**'

pull_request:
types:
Expand All @@ -18,7 +19,7 @@ on:
workflow_dispatch:

concurrency:
group: verification-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.event.pull_request.number || github.ref }}
group: ci-${{ github.workflow }}-${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2') && github.run_id || github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
Expand All @@ -44,10 +45,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
9.0.x
Expand Down

0 comments on commit c776646

Please sign in to comment.