We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e910417 + c7ddfcb commit 45f15e2Copy full SHA for 45f15e2
.circleci/config.yml
@@ -50,22 +50,22 @@ workflows:
50
my-workflow:
51
jobs:
52
- scan_postgresql:
53
- context: "on-prem-publishing"
+ context: "org-global"
54
filters:
55
branches:
56
ignore:
57
- main
58
- /^server-\d\..+/
59
- publish_postgresql:
60
61
62
63
only:
64
65
66
- scotty-orb/test-in-server-and-promote:
67
name: test-in-server-and-promote
68
69
requires:
70
- publish_postgresql
71
promotion_component_list: "circleci/server-postgres"
0 commit comments