Skip to content

Commit

Permalink
temp test to check if builds re generated
Browse files Browse the repository at this point in the history
  • Loading branch information
manodnyab committed Apr 5, 2024
1 parent d975364 commit c6d4397
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
generate_artifact_toolkit:
strategy:
matrix:
supported_versions: [ '2023.3', '2023.2', '2024.1' ]
supported_versions: [ '2023.3', '2023.2' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
generate_artifact_toolkit_standalone:
strategy:
matrix:
supported_versions: [ '2023.3', '2023.2', '2024.1' ]
supported_versions: [ '2023.3', '2023.2' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -64,7 +64,7 @@ jobs:
generate_artifact_q:
strategy:
matrix:
supported_versions: [ '2023.3', '2023.2', '2024.1' ]
supported_versions: [ '2023.3', '2023.2' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -87,7 +87,7 @@ jobs:
generate_artifact_core:
strategy:
matrix:
supported_versions: [ '2023.3', '2023.2', '2024.1' ]
supported_versions: [ '2023.3', '2023.2' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c6d4397

Please sign in to comment.