Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Oct 1, 2022
1 parent c77eaf8 commit 2ff924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -428,7 +428,7 @@ There are several approaches to circumvent this problem:
- name: Mark result as failed
if: needs.example-matrix-job.result != 'success'
run: exit 1
```
```
- Define an opposite workflow, as offically suggested by GitHub: [Handling skipped but required checks](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks)
## Maintainers
Expand Down

0 comments on commit 2ff924e

Please sign in to comment.