Skip to content

Exclude checking the Dockerfile on release

Cameron Swords requested to merge check-dockerfile-does-not-run-on-release into master

What does this MR do?

Excludes running the job check dockerfile when the Schemas are released. It is not necessary to run it as it already ran on the default branch pipeline.

Example

The top pipeline/job is unnecessary, the only job running is check dockerfile.

Screen_Shot_2021-05-25_at_9.28.17_am

Merge request reports