You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> When pull requests are opened from branches in the same repository CI pipeline could run twice for the same commit:
116
+
> once when pushed to a branch and once when PR is opened. Workflow triggers could be adjusted to only run for
117
+
> specific branches or to skip branches using simple glob patterns.
118
+
> 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)
119
+
> for more info.
120
+
95
121
> ### actions/checkout not required
96
122
>
97
123
> The action will perform a checkout of the repository at the requested reference as part of its work, and therefore does not require the actions/checkout action as a preceding step.
0 commit comments