File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "node" : true
3+ }
Original file line number Diff line number Diff line change 66jobs :
77 deploy :
88 uses : Geode-solutions/actions/.github/workflows/py-deploy.yml@master
9- with :
10- npm : true
119 secrets : inherit
Original file line number Diff line number Diff line change 1+ name : Schedule
2+
3+ on :
4+ workflow_dispatch :
5+ inputs :
6+ branch :
7+ type : string
8+ default : " next"
9+ schedule :
10+ - cron : 0 23 * * *
11+
12+ jobs :
13+ schedule :
14+ uses : Geode-solutions/actions/.github/workflows/py-schedule.yml@master
15+ with :
16+ repos : ${{ vars.REPOS }}
17+ branch : ${{ inputs.branch || 'next' }}
18+ secrets :
19+ TOKEN : ${{ secrets.TOKEN }}
20+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 99jobs :
1010 test :
1111 uses : Geode-solutions/actions/.github/workflows/py-test.yml@master
12- with :
13- npm : true
1412 secrets : inherit
Original file line number Diff line number Diff line change 77jobs :
88 test :
99 uses : Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
10- with :
11- npm : true
1210 secrets : inherit
Original file line number Diff line number Diff line change 1+ SQLAlchemy==2.0.43
2+ Flask-SQLAlchemy==3.1.1
3+ fastjsonschema==2.21.1
Original file line number Diff line number Diff line change 11SQLAlchemy == 2.0.43
2- fastjsonschema == 2.21.1
2+ fastjsonschema == 2.21.1
3+ # via -r requirements.in
4+ flask == 3.1.2
5+ # via flask-sqlalchemy
6+ flask-sqlalchemy == 3.1.1
7+ # via -r requirements.in
8+ greenlet == 3.2.4
9+ # via sqlalchemy
10+ itsdangerous == 2.2.0
11+ # via flask
12+ jinja2 == 3.1.6
13+ # via flask
14+ markupsafe == 3.0.2
15+ # via
16+ # flask
17+ # jinja2
18+ # werkzeug
19+ sqlalchemy == 2.0.43
20+ # via
21+ # -r requirements.in
22+ # flask-sqlalchemy
23+ typing-extensions == 4.15.0
24+ # via sqlalchemy
25+ werkzeug == 3.1.3
26+ # via flask
You can’t perform that action at this time.
0 commit comments