Skip to content

Commit 78b51c0

Browse files
committed
Remove scheduled workflow
Signed-off-by: Sean Alvarez <[email protected]>
1 parent 72e8f11 commit 78b51c0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.circleci/config.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -234,20 +234,20 @@ workflows:
234234
# on-tag: true
235235
# filters: *on-tag-main
236236

237-
nightly iam profiles configuration validation:
238-
triggers:
239-
- schedule:
240-
cron: "0 1 * * *"
241-
filters:
242-
branches:
243-
only:
244-
- main
245-
jobs:
246-
- validate configuration:
247-
name: nightly sandbox gcp iam profiles validation
248-
context: << pipeline.parameters.context >>
249-
account: sandbox
250-
- validate configuration:
251-
name: nightly prod gcp iam profiles validation
252-
context: << pipeline.parameters.context >>
253-
account: prod
237+
# nightly iam profiles configuration validation:
238+
# triggers:
239+
# - schedule:
240+
# cron: "0 1 * * *"
241+
# filters:
242+
# branches:
243+
# only:
244+
# - main
245+
# jobs:
246+
# - validate configuration:
247+
# name: nightly sandbox gcp iam profiles validation
248+
# context: << pipeline.parameters.context >>
249+
# account: sandbox
250+
# - validate configuration:
251+
# name: nightly prod gcp iam profiles validation
252+
# context: << pipeline.parameters.context >>
253+
# account: prod

0 commit comments

Comments
 (0)