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.
1 parent 910c068 commit d48a2ebCopy full SHA for d48a2eb
.github/workflows/pylint.yml
@@ -13,6 +13,11 @@ on:
13
required: false
14
default: false
15
type: boolean
16
+ deploy_sit:
17
+ description: deploy to sit
18
+ required: false
19
+ default: false
20
+ type: boolean
21
22
jobs:
23
deploy_st:
@@ -25,5 +30,9 @@ jobs:
25
30
environment: dev
26
31
steps:
27
32
- run: echo "deploy to dev"
28
-
33
34
+ runs-on: ubuntu-latest
35
+ environment: sit
36
+ steps:
37
+ - run: echo "deploy to sit"
29
38
0 commit comments