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
In private repositories pull requests should not be forked. That is a developer creates a temporary branch for this. Such a branch doesn't need own docker images. So, we need to disable the workflow for such cases.
On the other hand, there is a case when new temporary branch is created to send PRs there. In that case we need the docker images.
So, the specification could be as following:
make images only for main branches (10.0, 11.0, etc.) and development branches (10.0-dev-<some-name>, 11.0-dev-<another-name>
The text was updated successfully, but these errors were encountered:
yelizariev
added a commit
to yelizariev/itpp-runbot
that referenced
this issue
Mar 24, 2020
In private repositories pull requests should not be forked. That is a developer creates a temporary branch for this. Such a branch doesn't need own docker images. So, we need to disable the workflow for such cases.
On the other hand, there is a case when new temporary branch is created to send PRs there. In that case we need the docker images.
So, the specification could be as following:
make images only for main branches (
10.0
,11.0
, etc.) and development branches (10.0-dev-<some-name>
,11.0-dev-<another-name>
The text was updated successfully, but these errors were encountered: