Explicitly name workflow files that must be kept in sync (#7984)
This commit is contained in:
parent
d20ec3940e
commit
382fb3775a
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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/'))`:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue