Skip to content

Commit

Permalink
ci reconfigured
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 13, 2024
1 parent e1c11dc commit 3d0146e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 62 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@ on:
pull_request:
branches:
- master
concurrency:
group: mvn-${{ github.ref }}
cancel-in-progress: true
jobs:
mvn:
name: mvn
strategy:
matrix:
os: [ ubuntu-24.04, windows-2022, macos-13 ]
java: [ 11, 21 ]
os: [ ubuntu-24.04, windows-2022, macos-15 ]
java: [ 11, 23 ]
exclude:
- os: windows-2022
java: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qulice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
path: ~/.m2/repository
key: ubuntu-qulice-jdk-21-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ubuntu-qulice-jdk-21-maven-
- run: mvn clean install -DskipTests -DskipITs -Pqulice --errors --batch-mode
- run: mvn clean verify -DskipTests -DskipITs -Pqulice --errors --batch-mode
3 changes: 0 additions & 3 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ on:
pull_request:
branches:
- master
concurrency:
group: shellcheck-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
name: Shellcheck
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/simian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ on:
pull_request:
branches:
- master
concurrency:
group: simian-${{ github.ref }}
cancel-in-progress: true
jobs:
simian:
runs-on: ubuntu-24.04
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ on:
pull_request:
branches:
- master
concurrency:
group: xcop-${{ github.ref }}
cancel-in-progress: true
jobs:
xcop:
runs-on: ubuntu-24.04
Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/year.yml

This file was deleted.

0 comments on commit 3d0146e

Please sign in to comment.