Skip to content

Commit d48a2eb

Browse files
authored
Update pylint.yml
1 parent 910c068 commit d48a2eb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
required: false
1414
default: false
1515
type: boolean
16+
deploy_sit:
17+
description: deploy to sit
18+
required: false
19+
default: false
20+
type: boolean
1621

1722
jobs:
1823
deploy_st:
@@ -25,5 +30,9 @@ jobs:
2530
environment: dev
2631
steps:
2732
- run: echo "deploy to dev"
28-
33+
deploy_sit:
34+
runs-on: ubuntu-latest
35+
environment: sit
36+
steps:
37+
- run: echo "deploy to sit"
2938

0 commit comments

Comments
 (0)