Skip to content

Commit

Permalink
Tweaks for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Feb 20, 2024
1 parent b115f7c commit ed3d32d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:
jobs:
ci:
name: ${{ matrix.os-name }}-${{ matrix.init-script.label }}
name: ${{ matrix.name }}-${{ matrix.init-script.label }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -23,14 +23,15 @@ jobs:
path: ''
include:
- os: windows-2022
os-name: Windows
name: Windows
- os: ubuntu-22.04
os-name: Linux
name: Linux
fail-fast: false
steps:
- name: Checkout
uses: actions/[email protected]
- name: Azure login
if: matrix.os-name == 'Windows'
if: matrix.name == 'Windows'
uses: azure/[email protected]
with:
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
Expand Down

0 comments on commit ed3d32d

Please sign in to comment.