diff --git a/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml b/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml index b990f9b915e..42f1aa701e4 100644 --- a/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml +++ b/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml @@ -9,7 +9,8 @@ on: # IMPORTANT # -# These job names must be kept in sync with the `.patch.yml` and `.yml` files. +# The job names in `cd-deploy-nodes-gcp.yml`, `cd-deploy-nodes-gcp.patch.yml` and +# `cd-deploy-nodes-gcp.patch-external.yml` must be kept in sync. jobs: # We don't patch the testnet job, because testnet isn't required to merge (it's too unstable) build: diff --git a/.github/workflows/cd-deploy-nodes-gcp.patch.yml b/.github/workflows/cd-deploy-nodes-gcp.patch.yml index ed4c6afbc85..b1994104329 100644 --- a/.github/workflows/cd-deploy-nodes-gcp.patch.yml +++ b/.github/workflows/cd-deploy-nodes-gcp.patch.yml @@ -24,7 +24,8 @@ on: # IMPORTANT # -# These job names must be kept in sync with the `.patch-external.yml` and `.yml` files. +# The job names in `cd-deploy-nodes-gcp.yml`, `cd-deploy-nodes-gcp.patch.yml` and +# `cd-deploy-nodes-gcp.patch-external.yml` must be kept in sync. jobs: # We don't patch the testnet job, because testnet isn't required to merge (it's too unstable) build: diff --git a/.github/workflows/cd-deploy-nodes-gcp.yml b/.github/workflows/cd-deploy-nodes-gcp.yml index a6be4cbb4c4..d6c2f83be67 100644 --- a/.github/workflows/cd-deploy-nodes-gcp.yml +++ b/.github/workflows/cd-deploy-nodes-gcp.yml @@ -80,7 +80,8 @@ on: # IMPORTANT # -# These job names must be kept in sync with the `.patch.yml` and `.patch-external.yml` files. +# The job names in `cd-deploy-nodes-gcp.yml`, `cd-deploy-nodes-gcp.patch.yml` and +# `cd-deploy-nodes-gcp.patch-external.yml` must be kept in sync. jobs: # If a release was made we want to extract the first part of the semver from the # tag_name diff --git a/.github/workflows/ci-integration-tests-gcp.patch-external.yml b/.github/workflows/ci-integration-tests-gcp.patch-external.yml index 5f95c4f6d41..52c1ce13de0 100644 --- a/.github/workflows/ci-integration-tests-gcp.patch-external.yml +++ b/.github/workflows/ci-integration-tests-gcp.patch-external.yml @@ -9,7 +9,8 @@ on: # IMPORTANT # -# These job names must be kept in sync with the `.patch.yml` and `.yml` files. +# The job names in `ci-integration-tests-gcp.yml`, `ci-integration-tests-gcp.patch.yml` and +# `ci-integration-tests-gcp.patch-external.yml` must be kept in sync. jobs: # We don't patch the testnet job, because testnet isn't required to merge (it's too unstable) get-available-disks: diff --git a/.github/workflows/ci-integration-tests-gcp.patch.yml b/.github/workflows/ci-integration-tests-gcp.patch.yml index faef2491dde..ac5d1dbf9cd 100644 --- a/.github/workflows/ci-integration-tests-gcp.patch.yml +++ b/.github/workflows/ci-integration-tests-gcp.patch.yml @@ -28,7 +28,8 @@ on: # IMPORTANT # -# These job names must be kept in sync with the `.patch-external.yml` and `.yml` files. +# The job names in `ci-integration-tests-gcp.yml`, `ci-integration-tests-gcp.patch.yml` and +# `ci-integration-tests-gcp.patch-external.yml` must be kept in sync. jobs: # We don't patch the testnet job, because testnet isn't required to merge (it's too unstable) get-available-disks: diff --git a/.github/workflows/ci-integration-tests-gcp.yml b/.github/workflows/ci-integration-tests-gcp.yml index 32556265bb5..083f1e7c465 100644 --- a/.github/workflows/ci-integration-tests-gcp.yml +++ b/.github/workflows/ci-integration-tests-gcp.yml @@ -97,7 +97,8 @@ on: # IMPORTANT # -# These job names must be kept in sync with the `.patch.yml` and `.patch-external.yml` files. +# The job names in `ci-integration-tests-gcp.yml`, `ci-integration-tests-gcp.patch.yml` and +# `ci-integration-tests-gcp.patch-external.yml` must be kept in sync. jobs: # to also run a job on Mergify head branches, # add `|| (github.event_name == 'push' && startsWith(github.head_ref, 'mergify/merge-queue/'))`: diff --git a/.github/workflows/ci-unit-tests-docker.patch-external.yml b/.github/workflows/ci-unit-tests-docker.patch-external.yml index 759a484da2d..519a8e143f9 100644 --- a/.github/workflows/ci-unit-tests-docker.patch-external.yml +++ b/.github/workflows/ci-unit-tests-docker.patch-external.yml @@ -9,7 +9,8 @@ on: # IMPORTANT # -# These job names must be kept in sync with the `.patch.yml` and `.yml` files. +# The job names in `ci-unit-tests-docker.yml`, `ci-unit-tests-docker.patch.yml` and +# `ci-unit-tests-docker.patch-external.yml` must be kept in sync. jobs: build: name: Build CI Docker / Build images diff --git a/.github/workflows/ci-unit-tests-docker.patch.yml b/.github/workflows/ci-unit-tests-docker.patch.yml index a485f3155a1..0aeef22bafd 100644 --- a/.github/workflows/ci-unit-tests-docker.patch.yml +++ b/.github/workflows/ci-unit-tests-docker.patch.yml @@ -27,7 +27,8 @@ on: # IMPORTANT # -# These job names must be kept in sync with the `.patch-external.yml` and `.yml` files. +# The job names in `ci-unit-tests-docker.yml`, `ci-unit-tests-docker.patch.yml` and +# `ci-unit-tests-docker.patch-external.yml` must be kept in sync. jobs: build: name: Build CI Docker / Build images diff --git a/.github/workflows/ci-unit-tests-docker.yml b/.github/workflows/ci-unit-tests-docker.yml index 309f05868d0..7104c482419 100644 --- a/.github/workflows/ci-unit-tests-docker.yml +++ b/.github/workflows/ci-unit-tests-docker.yml @@ -81,7 +81,8 @@ env: # IMPORTANT # -# These job names must be kept in sync with the `.patch.yml` and `.patch-external.yml` files. +# The job names in `ci-unit-tests-docker.yml`, `ci-unit-tests-docker.patch.yml` and +# `ci-unit-tests-docker.patch-external.yml` must be kept in sync. jobs: # Build the docker image used by the tests. # diff --git a/.github/workflows/docs-deploy-firebase.patch-external.yml b/.github/workflows/docs-deploy-firebase.patch-external.yml index 706f24d694c..3126a3f3a45 100644 --- a/.github/workflows/docs-deploy-firebase.patch-external.yml +++ b/.github/workflows/docs-deploy-firebase.patch-external.yml @@ -9,7 +9,8 @@ on: # IMPORTANT # -# These job names must be kept in sync with the `.patch.yml` and `.yml` files. +# The job names in `docs-deploy-firebase.yml`, `docs-deploy-firebase.patch.yml` and +# `docs-deploy-firebase.patch-external.yml` must be kept in sync. jobs: build-docs-book: name: Build and Deploy Zebra Book Docs diff --git a/.github/workflows/docs-deploy-firebase.patch.yml b/.github/workflows/docs-deploy-firebase.patch.yml index ed8bba560b5..7d84ff75961 100644 --- a/.github/workflows/docs-deploy-firebase.patch.yml +++ b/.github/workflows/docs-deploy-firebase.patch.yml @@ -23,7 +23,8 @@ on: # IMPORTANT # -# These job names must be kept in sync with the `.patch-external.yml` and `.yml` files. +# The job names in `docs-deploy-firebase.yml`, `docs-deploy-firebase.patch.yml` and +# `docs-deploy-firebase.patch-external.yml` must be kept in sync. jobs: build-docs-book: name: Build and Deploy Zebra Book Docs diff --git a/.github/workflows/docs-deploy-firebase.yml b/.github/workflows/docs-deploy-firebase.yml index f81e48bc263..5820a2d7c58 100644 --- a/.github/workflows/docs-deploy-firebase.yml +++ b/.github/workflows/docs-deploy-firebase.yml @@ -65,7 +65,8 @@ env: # IMPORTANT # -# These job names must be kept in sync with the `.patch.yml` and `.patch-external.yml` files. +# The job names in `docs-deploy-firebase.yml`, `docs-deploy-firebase.patch.yml` and +# `docs-deploy-firebase.patch-external.yml` must be kept in sync. jobs: build-docs-book: name: Build and Deploy Zebra Book Docs