Skip to content

Commit

Permalink
build: Skip the versions that will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
xieshenzh committed Oct 14, 2023
1 parent 82aa8ae commit f5811aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/IJ-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:

build:
if: false
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/IJ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
IJ: [IC-2021.1, IC-2021.2, IC-2021.3, IC-2022.1, IC-2022.2, IC-2022.3]
IJ: [IC-2021.1]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,6 +34,7 @@ jobs:
-Pgpr.token=${{ secrets.GITHUB_TOKEN }}
verify:
if: false
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f5811aa

Please sign in to comment.