Skip to content

Commit

Permalink
Change windows builds trigger conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Jul 28, 2023
1 parent 95e350f commit a85bc14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: Build Windows Images
name: Dispatch Windows Images

concurrency:
group: release-on-${{ github.event_name }}-from-${{ github.ref_name }}
cancel-in-progress: true

on:
pull_request:
branches:
- "pull-request/[0-9]+"
- "feature/.*"
paths: [.github/actions/windows_build.yml, scripts/windows/**]
push:
branches:
- "pull-request/[0-9]+"
Expand Down Expand Up @@ -38,7 +34,7 @@ jobs:
# Exclude MSVC 2022 and 11.1 as it is unsupported
- vs_version: "2022"
cuda_version: "11.1"
uses: ./.github/workflows/windows_build.yml
uses: ./.github/workflows/build-and-push-windows-images.yml
with:
runner: ${{ matrix.runner }}
win_edition: ${{ matrix.edition }}
Expand Down

0 comments on commit a85bc14

Please sign in to comment.