diff --git a/.github/workflows/check-installation.yml b/.github/workflows/check-installation.yml index 3092dd8..018bec2 100644 --- a/.github/workflows/check-installation.yml +++ b/.github/workflows/check-installation.yml @@ -1,9 +1,11 @@ name: Check installation on: pull_request + jobs: install-invoke: name: Install Invoke-Atomic runs-on: ${{ matrix.os }} + if: ${{ !contains(github.event.pull_request.changed_files, 'install-atomicredteam.ps1') && !contains(github.event.pull_request.changed_files, 'install-atomicsfolder.ps1') }} strategy: max-parallel: 3 matrix: