Skip to content

Commit 84d42fa

Browse files
author
James Brundage
committed
Updating workflow (consolidating)
1 parent 2b7932e commit 84d42fa

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/TestAndPublish.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -570,39 +570,18 @@ jobs:
570570
}
571571
}
572572
} @Parameters
573-
UsePiecemeal:
573+
BuildPipescript:
574574
runs-on: ubuntu-latest
575575
if: ${{ success() }}
576576
steps:
577577
- name: Check out repository
578578
uses: actions/checkout@v2
579579
- name: UsePiecemeal
580580
uses: StartAutomating/Piecemeal@main
581-
BuildPipeScript:
582-
runs-on: ubuntu-latest
583-
if: ${{ success() }}
584-
steps:
585-
- name: Check out repository
586-
uses: actions/checkout@v2
587581
- name: BuildPipeScript
588582
uses: StartAutomating/PipeScript@main
589-
RunEZOut:
590-
runs-on: ubuntu-latest
591-
if: ${{ success() }}
592-
steps:
593-
- name: Check out repository
594-
uses: actions/checkout@v2
595583
- name: UseEZOut
596584
uses: StartAutomating/EZOut@master
597-
- name: Push Changes
598-
shell: pwsh
599-
run: git push; exit 0
600-
HelpOut:
601-
runs-on: ubuntu-latest
602-
if: ${{ success() }}
603-
steps:
604-
- name: Check out repository
605-
uses: actions/checkout@v2
606585
- name: UseHelpOut
607586
uses: StartAutomating/HelpOut@master
608587
env:

0 commit comments

Comments
 (0)