Enhance Pode Server with Suspend, Resume, and Advanced Console Features #822
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pode CI - No Build Needed | |
on: | |
push: | |
branches: | |
- '*' | |
- '!gh-pages' | |
paths-ignore: | |
- 'mkdocs.yml' | |
- 'mkdocs-overrides/**' | |
- 'docs/**' | |
- 'src/**' | |
- 'tests/**' | |
- '.github/workflows/ci-docs.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' | |
- 'pode.build.ps1' | |
- 'Dockerfile' | |
- '*.dockerfile' | |
- 'PSScriptAnalyzerSettings.psd1' | |
pull_request: | |
branches: | |
- '*' | |
paths-ignore: | |
- 'mkdocs.yml' | |
- 'mkdocs-overrides/**' | |
- 'docs/**' | |
- 'src/**' | |
- 'tests/**' | |
- '.github/workflows/ci-docs.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' | |
- 'pode.build.ps1' | |
- 'Dockerfile' | |
- '*.dockerfile' | |
- 'PSScriptAnalyzerSettings.psd1' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
steps: | |
- name: Install Invoke-Build | |
shell: pwsh | |
run: | | |
Write-Host "No build needed for this commit" |