Skip to content

Commit

Permalink
workflows/trigger: deactivate pre_test step
Browse files Browse the repository at this point in the history
failing sourcebuild should not block releases in case the maintainer is
away
  • Loading branch information
mara004 committed Feb 1, 2023
1 parent d020641 commit c1d90a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
workflow: build_packages.yaml
inputs: |
{
"pre_test": "true",
"pre_test": "false",
"test": "true",
"publish": "true",
"py_version": "3.10",
Expand Down

0 comments on commit c1d90a9

Please sign in to comment.