Skip to content

Commit c84686a

Browse files
Merge pull request #148 from theohbrothers/fix/ci-fix-missing-test-powershell-5-1-windows-2022-job-in-x-draft-release-needs-key
Fix (ci): Fix missing `test-powershell-5-1-windows-2022` job in `*-draft-release` `needs` key
2 parents ec77665 + 6ad670a commit c84686a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-master-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
pwsh -NoLogo -NonInteractive -NoProfile -Command './test/test.ps1'
116116
117117
update-draft-release:
118-
needs: [test-powershell-5-1-windows-2019, test-powershell-6-0, test-powershell-6-1, test-powershell-6-2, test-powershell-7-0, test-powershell-7-1, test-powershell-7-2]
118+
needs: [test-powershell-5-1-windows-2019, test-powershell-5-1-windows-2022, test-powershell-6-0, test-powershell-6-1, test-powershell-6-2, test-powershell-7-0, test-powershell-7-1, test-powershell-7-2]
119119
if: github.ref == 'refs/heads/master'
120120
runs-on: ubuntu-latest
121121
steps:
@@ -125,7 +125,7 @@ jobs:
125125
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126126

127127
publish-draft-release:
128-
needs: [test-powershell-5-1-windows-2019, test-powershell-6-0, test-powershell-6-1, test-powershell-6-2, test-powershell-7-0, test-powershell-7-1, test-powershell-7-2]
128+
needs: [test-powershell-5-1-windows-2019, test-powershell-5-1-windows-2022, test-powershell-6-0, test-powershell-6-1, test-powershell-6-2, test-powershell-7-0, test-powershell-7-1, test-powershell-7-2]
129129
if: startsWith(github.ref, 'refs/tags/')
130130
runs-on: ubuntu-latest
131131
steps:

0 commit comments

Comments
 (0)