Skip to content

Commit

Permalink
Merge pull request #57 from lgatto/patch-1
Browse files Browse the repository at this point in the history
Fix typos in README.md
  • Loading branch information
Michal Dorner authored and GitHub committed Dec 17, 2020
2 parents eb75a1e + 3c5b7d2 commit 44ac6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ based on the files modified by pull request, feature branch or in pushed commits

It saves time and resources especially in monorepo setups, where you can run slow tasks (e.g. integration tests or deployments) only for changed components.
Github workflows built-in [path filters](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpaths)
doesn't allow this because they doesn't work on a level of individual jobs or steps.
don't allow this because they don't work on a level of individual jobs or steps.

**Real world usage examples:**
- [sentry.io](https://sentry.io/) - [backend-test-py3.6.yml](https://github.com/getsentry/sentry/blob/ca0e43dc5602a9ab2e06d3f6397cc48fb5a78541/.github/workflows/backend-test-py3.6.yml#L32)
Expand Down

0 comments on commit 44ac6d8

Please sign in to comment.