Skip to content

Commit

Permalink
Apply suggestions from review
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Weier O'Phinney <[email protected]>
Signed-off-by: Aleksei Khudiakov <[email protected]>
  • Loading branch information
Xerkus and weierophinney authored Jan 31, 2024
1 parent b6da79e commit 7cd29f4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
job: ${{ matrix.job }}
```
Same can be achieved with our reusable workflow :
The same can be achieved with our reusable workflow:
```yaml
name: "Continuous Integration"
Expand All @@ -112,11 +112,9 @@ jobs:
> ### Duplicate CI runs
>
> When pull requests are opened from branches in the same repository CI pipeline could run twice for the same commit:
> once when pushed to a branch and once when PR is opened. Workflow triggers could be adjusted to only run for
> specific branches or to skip branches using simple glob patterns.
> See [Events that trigger workflows](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-your-workflow-only-when-a-push-to-specific-branches-occurs)
> for more info.
> When pull requests are opened from branches in the same repository, the CI pipeline could run twice for the same commit: once when pushed to a branch and once when the PR is opened.
> Workflow triggers can be adjusted to only run for specific branches or to skip branches using simple glob patterns.
> See the GitHub documentation for [Events that trigger workflows](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-your-workflow-only-when-a-push-to-specific-branches-occurs) for more info.
> ### actions/checkout not required
>
Expand Down

0 comments on commit 7cd29f4

Please sign in to comment.