Skip to content

Commit

Permalink
Add trailing spaces to the products list in workflow files
Browse files Browse the repository at this point in the history
Co-authored-by: Khushboo <[email protected]>
  • Loading branch information
peddiashrith and desaikd authored Dec 18, 2023
1 parent d2fe662 commit a910470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
product: [ "IC-2022.2", "IC-2023.1", "IC-2023.2", "IC-2023.3"]
product: [ "IC-2022.2", "IC-2023.1", "IC-2023.2", "IC-2023.3" ]
max-parallel: 5
env:
PRODUCT_NAME: ${{ matrix.product }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
release:
strategy:
matrix:
product: [ "IC-2022.2", "IC-2023.1", "IC-2023.2", "IC-2023.3"]
product: [ "IC-2022.2", "IC-2023.1", "IC-2023.2", "IC-2023.3" ]
max-parallel: 1
env:
PRODUCT_NAME: ${{ matrix.product }}
Expand Down

0 comments on commit a910470

Please sign in to comment.