Skip to content

feat(tf): dont run pipelines on draft #5

feat(tf): dont run pipelines on draft

feat(tf): dont run pipelines on draft #5

name: "Reusable"
on:
push:
branches:
- main
pull_request:
branches:
- main
types:
- labeled
- unlabeled
- opened
- reopened
- synchronize
- ready_for_review
jobs:
assign:
name: "Assign"
uses: Inetum-Poland/.github/.github/workflows/assign_tag.yml@main
if: github.event.pull_request.draft == false
with:
bump_fail_if_no_level: true
bump_latest: true
bump_semver: true