diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 06b50253c5..39b056a1d4 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -66,6 +66,7 @@ jobs: CI: name: CI + needs: Create-version-Number uses: Ginger-Automation/Ginger/.github/workflows/CI.yml@master secrets: inherit @@ -80,8 +81,8 @@ jobs: needs: Release uses: Ginger-Automation/Ginger/.github/workflows/Deploy.yml@master - Docker: - name: Docker - needs: CI - uses: Ginger-Automation/Ginger/.github/workflows/Docker.yml@master - secrets: inherit +# Docker: +# name: Docker +# needs: CI +# uses: Ginger-Automation/Ginger/.github/workflows/Docker.yml@master +# secrets: inherit diff --git a/.github/workflows/GingerTests.yml b/.github/workflows/GingerTests.yml index 7d6c5f3afb..3a963acceb 100644 --- a/.github/workflows/GingerTests.yml +++ b/.github/workflows/GingerTests.yml @@ -11,5 +11,5 @@ jobs: Linux: uses: Ginger-Automation/Ginger/.github/workflows/LinuxTest.yml@master - MacOS: - uses: Ginger-Automation/Ginger/.github/workflows/MacOSTest.yml@master \ No newline at end of file +# MacOS: +# uses: Ginger-Automation/Ginger/.github/workflows/MacOSTest.yml@master