diff --git a/.github/workflows/TestReleaseAndPublish.yml b/.github/workflows/TestReleaseAndPublish.yml index 2219a72..8e739f0 100644 --- a/.github/workflows/TestReleaseAndPublish.yml +++ b/.github/workflows/TestReleaseAndPublish.yml @@ -585,8 +585,11 @@ jobs: - name: Initialize Splatter uses: StartAutomating/Splatter@main id: Splatter - - name: BuildPipeScript + - name: PipeScript uses: StartAutomating/PipeScript@main + id: PipeScript + with: + serial: true - name: Run EZOut (on master) if: ${{github.ref_name == 'master'}} uses: StartAutomating/EZOut@master diff --git a/Build/GitHub/Jobs/BuildEZOut.psd1 b/Build/GitHub/Jobs/BuildEZOut.psd1 index b733056..e22fa0b 100644 --- a/Build/GitHub/Jobs/BuildEZOut.psd1 +++ b/Build/GitHub/Jobs/BuildEZOut.psd1 @@ -21,7 +21,14 @@ uses = 'StartAutomating/Splatter@main' id = 'Splatter' }, - 'RunPipeScript', + @{ + name = 'PipeScript' + uses = 'StartAutomating/PipeScript@main' + id = 'PipeScript' + with = @{ + serial = $true + } + }, @{ name = 'Run EZOut (on master)' if = '${{github.ref_name == ''master''}}'