We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36399f commit 37d67b9Copy full SHA for 37d67b9
1 file changed
.circleci/config.yml
@@ -24,6 +24,8 @@ workflows:
24
context: mattermost
25
message: >-
26
Hello @all! A workflow on https://app.circleci.com/pipelines/github/psyplot/ci-release-test is awaiting your approval to test the release workflow.
27
+ requires:
28
+ - install
29
- hold-for-deploy:
30
type: approval
31
requires:
@@ -34,12 +36,12 @@ workflows:
34
36
branches:
35
37
only: main
38
- - notify-deploy
39
+ - hold-for-deploy
40
publish-release:
41
when: << pipeline.parameters.deploy-release >>
42
jobs:
43
- psyplot/create-tag:
- ssh-fingerprints: "fc:e3:0f:d0:c6:5a:6a:a5:0e:7c:d6:47:37:48:dd:67"
44
+ ssh-fingerprints: "ce:36:ab:f2:af:01:66:49:6e:16:39:ef:20:46:ba:ee"
45
context: psyplot-admin
46
user-name: psyplot-admin
47
publish-release: true
0 commit comments