Explicitly name workflow files that must be kept in sync (#7984)

This commit is contained in:
teor 2023-11-23 20:56:19 +10:00 committed by GitHub
parent d20ec3940e
commit 382fb3775a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 24 additions and 12 deletions

View File

@ -9,7 +9,8 @@ on:
# IMPORTANT # 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: jobs:
# We don't patch the testnet job, because testnet isn't required to merge (it's too unstable) # We don't patch the testnet job, because testnet isn't required to merge (it's too unstable)
build: build:

View File

@ -24,7 +24,8 @@ on:
# IMPORTANT # 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: jobs:
# We don't patch the testnet job, because testnet isn't required to merge (it's too unstable) # We don't patch the testnet job, because testnet isn't required to merge (it's too unstable)
build: build:

View File

@ -80,7 +80,8 @@ on:
# IMPORTANT # 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: jobs:
# If a release was made we want to extract the first part of the semver from the # If a release was made we want to extract the first part of the semver from the
# tag_name # tag_name

View File

@ -9,7 +9,8 @@ on:
# IMPORTANT # 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: jobs:
# We don't patch the testnet job, because testnet isn't required to merge (it's too unstable) # We don't patch the testnet job, because testnet isn't required to merge (it's too unstable)
get-available-disks: get-available-disks:

View File

@ -28,7 +28,8 @@ on:
# IMPORTANT # 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: jobs:
# We don't patch the testnet job, because testnet isn't required to merge (it's too unstable) # We don't patch the testnet job, because testnet isn't required to merge (it's too unstable)
get-available-disks: get-available-disks:

View File

@ -97,7 +97,8 @@ on:
# IMPORTANT # 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: jobs:
# to also run a job on Mergify head branches, # to also run a job on Mergify head branches,
# add `|| (github.event_name == 'push' && startsWith(github.head_ref, 'mergify/merge-queue/'))`: # add `|| (github.event_name == 'push' && startsWith(github.head_ref, 'mergify/merge-queue/'))`:

View File

@ -9,7 +9,8 @@ on:
# IMPORTANT # 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: jobs:
build: build:
name: Build CI Docker / Build images name: Build CI Docker / Build images

View File

@ -27,7 +27,8 @@ on:
# IMPORTANT # 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: jobs:
build: build:
name: Build CI Docker / Build images name: Build CI Docker / Build images

View File

@ -81,7 +81,8 @@ env:
# IMPORTANT # 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: jobs:
# Build the docker image used by the tests. # Build the docker image used by the tests.
# #

View File

@ -9,7 +9,8 @@ on:
# IMPORTANT # 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: jobs:
build-docs-book: build-docs-book:
name: Build and Deploy Zebra Book Docs name: Build and Deploy Zebra Book Docs

View File

@ -23,7 +23,8 @@ on:
# IMPORTANT # 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: jobs:
build-docs-book: build-docs-book:
name: Build and Deploy Zebra Book Docs name: Build and Deploy Zebra Book Docs

View File

@ -65,7 +65,8 @@ env:
# IMPORTANT # 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: jobs:
build-docs-book: build-docs-book:
name: Build and Deploy Zebra Book Docs name: Build and Deploy Zebra Book Docs