Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 ensure release job blocks PRs, fix broken markdown format #1002

Merged
merged 5 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ jobs:
- sanity
- synthesize
runs-on: ubuntu-latest
if: ${{ always() }}
steps:
- run: exit 1
if: ${{ contains(needs.*.result, 'failure') }}
- run: echo all checks passed

deploy:
Expand Down
8 changes: 4 additions & 4 deletions wiki/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ Make power shards or somersloops available to use in the factory. Note that powe

Changes the recipe bank. For the love of god, use slash commands for this one. Recipe bank names are available in autocomplete. Some recipe banks include,

* Default: only default in game recipes, no raw supply or conversion recipes
* All: all available recipes, includes raw supply and conversions
* _RawSupply_ modifier: the set of raw supply recipes
* _Conversions_ modifier: the set of raw resource conversion recipes, does not include other recipes in the Converter
- Default: only default in game recipes, no raw supply or conversion recipes
- All: all available recipes, includes raw supply and conversions
- _RawSupply_ modifier: the set of raw supply recipes
- _Conversions_ modifier: the set of raw resource conversion recipes, does not include other recipes in the Converter

```
/satisfy recipe include name
Expand Down
Loading