Skip to content

Commit

Permalink
Merge pull request #1328 from Badgerati/separate-prvw-builds
Browse files Browse the repository at this point in the history
Make preview builds optional for PR merges
  • Loading branch information
Badgerati authored Jun 6, 2024
2 parents 4f69540 + a98cbc6 commit 1a166a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-no-build-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
- 'src/**'
- 'tests/**'
- '.github/workflows/ci-docs.yml'
- '.github/workflows/ci-pwsh*.yml'
- '.github/workflows/ci-pwsh_lts.yml'
- '.github/workflows/ci-pwsh7_2.yml'
- '.github/workflows/ci-powershell.yml'
- '.github/workflows/ci-coverage.yml'
- '.github/workflows/PSScriptAnalyzer.yml'
Expand All @@ -30,7 +31,8 @@ on:
- 'src/**'
- 'tests/**'
- '.github/workflows/ci-docs.yml'
- '.github/workflows/ci-pwsh*.yml'
- '.github/workflows/ci-pwsh_lts.yml'
- '.github/workflows/ci-pwsh7_2.yml'
- '.github/workflows/ci-powershell.yml'
- '.github/workflows/ci-coverage.yml'
- '.github/workflows/PSScriptAnalyzer.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pwsh_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
POWERSHELL_VERSION: 'Preview'

jobs:
build:
build-preview:
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit 1a166a1

Please sign in to comment.