File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 11name : DocGen Deploy-Test-Cleanup Pipeline
22
33on :
4- workflow_run :
5- workflows : ["Build Docker and Optional Push"]
6- types :
7- - completed
8- branches :
9- - main
10- - dev
11- - demo
12-
13- schedule :
14- - cron : ' 0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
4+ push :
5+ branches :
6+ - PSL-US-20015
7+
8+ # on:
9+ # workflow_run:
10+ # workflows: ["Build Docker and Optional Push"]
11+ # types:
12+ # - completed
13+ # branches:
14+ # - main
15+ # - dev
16+ # - demo
17+
18+ # schedule:
19+ # - cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
1520
1621env :
1722 GPT_MIN_CAPACITY : 250
Original file line number Diff line number Diff line change 2929 - name : Pylint
3030 run : |
3131 echo "Running Pylint..."
32- python -m flake8 --config=.flake8 --verbose .
32+ python -m flake8 --config=.flake8 --exclude=tests -- verbose .
3333
You can’t perform that action at this time.
0 commit comments