Skip to content
Snippets Groups Projects
Commit 216fb47f authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'default-rules' into 'main'

Define on_success as default rule

See merge request components/opentofu!166
parents 883da238 299f0481
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ spec:
# FIXME: eventually, we'll want to define `null` as the default,
# but this is NOT support yet, see
# https://gitlab.com/gitlab-org/gitlab/-/issues/440468
default: []
default: [{when: on_success}]
type: array
description: 'Defines the `rules` of the job.'
......
......@@ -19,7 +19,7 @@ spec:
# FIXME: eventually, we'll want to define `null` as the default,
# but this is NOT support yet, see
# https://gitlab.com/gitlab-org/gitlab/-/issues/440468
default: []
default: [{when: on_success}]
type: array
description: 'Defines the `rules` of the job.'
......
......@@ -92,7 +92,7 @@ spec:
# FIXME: eventually, we'll want to define `null` as the default,
# but this is NOT support yet, see
# https://gitlab.com/gitlab-org/gitlab/-/issues/440468
default: []
default: [{when: on_success}]
type: array
description: 'Defines the `rules` of the job.'
......
......@@ -88,7 +88,7 @@ spec:
# FIXME: eventually, we'll want to define `null` as the default,
# but this is NOT support yet, see
# https://gitlab.com/gitlab-org/gitlab/-/issues/440468
default: []
default: [{when: on_success}]
type: array
description: 'Defines the `rules` of the job.'
......
......@@ -91,7 +91,7 @@ spec:
# FIXME: eventually, we'll want to define `null` as the default,
# but this is NOT support yet, see
# https://gitlab.com/gitlab-org/gitlab/-/issues/440468
default: []
default: [{when: on_success}]
type: array
description: 'Defines the `rules` of the job.'
......
......@@ -88,7 +88,7 @@ spec:
# FIXME: eventually, we'll want to define `null` as the default,
# but this is NOT support yet, see
# https://gitlab.com/gitlab-org/gitlab/-/issues/440468
default: []
default: [{when: on_success}]
type: array
description: 'Defines the `rules` of the job.'
......
......@@ -84,7 +84,7 @@ spec:
# FIXME: eventually, we'll want to define `null` as the default,
# but this is NOT support yet, see
# https://gitlab.com/gitlab-org/gitlab/-/issues/440468
default: []
default: [{when: on_success}]
type: array
description: 'Defines the `rules` of the job.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment