Skip to content

Commit

Permalink
Fixed github action after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zZHorizonZz committed Sep 9, 2024
1 parent a8724fb commit dbe54a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: build-test-windows
on:
push:
paths:
- "**/windowsservercore-2019/**"
- "**/windowsservercore-2022/**"
- "**/windowsservercore-ltsc2019/**"
- "**/windowsservercore-ltsc2022/**"
- ".github/workflows/build-test-windows.yml"

pull_request:
paths:
- "**/windowsservercore-2019/**"
- "**/windowsservercore-2022/**"
- "**/windowsservercore-ltsc2019/**"
- "**/windowsservercore-ltsc2022/**"
- ".github/workflows/build-test-windows.yml"

jobs:
Expand All @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
version: [ "22.8.0" ]
variant: [ "windowsservercore-2019" ]
variant: [ "windowsservercore-ltsc2019" ]

steps:
- name: Get short node version
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
fail-fast: false
matrix:
version: [ "22.8.0" ]
variant: [ "windowsservercore-2022" ]
variant: [ "windowsservercore-ltsc2022" ]

steps:
- name: Get short node version
Expand Down

0 comments on commit dbe54a6

Please sign in to comment.