Skip to content

Commit

Permalink
ci: make Windows E2E tests a requirement before the bump job in the r…
Browse files Browse the repository at this point in the history
…elease bump workflow (#446)

Signed-off-by: Josh Usiskin <[email protected]>
  • Loading branch information
jusiskin authored Oct 17, 2024
1 parent df7a0bd commit 4278617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
environment: mainline
os: linux

WindowsE2ETest:
WindowsE2ETests:
needs: UnitTests
name: Windows E2E Test
permissions:
Expand All @@ -71,9 +71,9 @@ jobs:
os: windows

Bump:
needs: LinuxE2ETests
needs: [LinuxE2ETests, WindowsE2ETests, WindowsIntegrationTests]
name: Version Bump
uses: aws-deadline/.github/.github/workflows/reusable_bump.yml@mainline
secrets: inherit
with:
force_version_bump: ${{ inputs.force_version_bump }}
force_version_bump: ${{ inputs.force_version_bump }}

0 comments on commit 4278617

Please sign in to comment.