File tree Expand file tree Collapse file tree 5 files changed +5
-25
lines changed Expand file tree Collapse file tree 5 files changed +5
-25
lines changed Original file line number Diff line number Diff line change 11name : Build and Test Python Wheel
22
3- on :
4- push :
5- tags :
6- - " v*"
3+ on : workflow_dispatch
74
85env :
96 POETRY_VERSION : " 1.8.2"
Original file line number Diff line number Diff line change 11name : Full Tests
22
3- on :
4- push :
5- branches :
6- - main
7- paths :
8- - " pyproject.toml"
9- release :
10- types :
11- - created
3+ on : workflow_dispatch
124
135jobs :
146 call-tests :
Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ name: PR Tests
22env :
33 PYTHON_VERSION : 3.11
44
5- on :
6- pull_request :
7- paths-ignore :
8- - " **/*.md"
5+ on : workflow_dispatch
96
107jobs :
118 call-tests :
Original file line number Diff line number Diff line change 11name : Test Docker Image
22
3- on :
4- push :
5- tags :
6- - " v*"
3+ on : workflow_dispatch
74
85env :
96 IMAGE : nemoguardrails
Original file line number Diff line number Diff line change 11name : Test Python Wheel
22
3- on :
4- push :
5- tags :
6- - " v*" # Triggered by version tags to match the build-wheel trigger
3+ on : workflow_dispatch
74
85jobs :
96 test-wheel :
You can’t perform that action at this time.
0 commit comments