Skip to content

Commit a7dde08

Browse files
authored
[skip ci] disable gandi build
1 parent 179ad90 commit a7dde08

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/main-workflow.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
netlify: ${{ steps.netlify.outputs.netlify-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
9393
ionos: ${{ steps.ionos.outputs.ionos-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
9494
porkbun: ${{ steps.porkbun.outputs.porkbun-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
95-
gandi: ${{ steps.gandi.outputs.gandi-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
95+
# gandi: ${{ steps.gandi.outputs.gandi-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
9696
dynv6: ${{ steps.dynv6.outputs.dynv6-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
9797
openstack-designate: ${{ steps.openstack-designate.outputs.openstack-designate-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
9898
njalla: ${{ steps.njalla.outputs.njalla-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
@@ -224,10 +224,10 @@ jobs:
224224
id: porkbun
225225
run: sh commit-check.sh https://github.com/caddy-dns/porkbun porkbun-local.txt git-hashes/porkbun.txt porkbun-out-of-date
226226

227-
- name: Pull gandi plugin remote commits
228-
if: ${{ github.event.inputs.trigger_all_builds == 'false' || github.event.inputs.trigger_all_builds == '' && needs.check-for-new-caddy-release.outputs.caddy == 'false' }} #workaround, github inputs will be empty by default
229-
id: gandi
230-
run: sh commit-check.sh https://github.com/caddy-dns/gandi gandi-local.txt git-hashes/gandi.txt gandi-out-of-date
227+
# - name: Pull gandi plugin remote commits
228+
# if: ${{ github.event.inputs.trigger_all_builds == 'false' || github.event.inputs.trigger_all_builds == '' && needs.check-for-new-caddy-release.outputs.caddy == 'false' }} #workaround, github inputs will be empty by default
229+
# id: gandi
230+
# run: sh commit-check.sh https://github.com/caddy-dns/gandi gandi-local.txt git-hashes/gandi.txt gandi-out-of-date
231231

232232
- name: Pull dynv6 plugin remote commits
233233
if: ${{ github.event.inputs.trigger_all_builds == 'false' || github.event.inputs.trigger_all_builds == '' && needs.check-for-new-caddy-release.outputs.caddy == 'false' }} #workaround, github inputs will be empty by default
@@ -734,25 +734,25 @@ jobs:
734734
plugin_name: porkbun
735735
repo: https://github.com/caddy-dns/porkbun
736736

737-
trigger-gandi-build:
738-
needs: check-for-plugin-updates
739-
if: ${{ needs.check-for-plugin-updates.outputs.gandi == 'true' }}
740-
uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main
741-
permissions:
742-
packages: write
743-
contents: write
744-
secrets: inherit
745-
with:
746-
dockerfile: Dockerfile
747-
dockerfile_alpine: Dockerfile-alpine
748-
image_title: Caddy with gandi dns plugin
749-
license: MIT
750-
tag: gandi
751-
alpine_tag: gandi-alpine
752-
go_plugin_link: github.com/caddy-dns/gandi
753-
hash_file: git-hashes/gandi.txt
754-
plugin_name: gandi
755-
repo: https://github.com/caddy-dns/gandi
737+
# trigger-gandi-build:
738+
# needs: check-for-plugin-updates
739+
# if: ${{ needs.check-for-plugin-updates.outputs.gandi == 'true' }}
740+
# uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main
741+
# permissions:
742+
# packages: write
743+
# contents: write
744+
# secrets: inherit
745+
# with:
746+
# dockerfile: Dockerfile
747+
# dockerfile_alpine: Dockerfile-alpine
748+
# image_title: Caddy with gandi dns plugin
749+
# license: MIT
750+
# tag: gandi
751+
# alpine_tag: gandi-alpine
752+
# go_plugin_link: github.com/caddy-dns/gandi
753+
# hash_file: git-hashes/gandi.txt
754+
# plugin_name: gandi
755+
# repo: https://github.com/caddy-dns/gandi
756756

757757
trigger-dynv6-build:
758758
needs: check-for-plugin-updates

0 commit comments

Comments
 (0)