Skip to content

Commit add0408

Browse files
committed
build: split workflow on push and delete
1 parent 81fe182 commit add0408

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
- bugfix/*
1111
tags:
1212
- '**'
13-
delete:
1413
pull_request:
1514
types: [opened, reopened, synchronize]
1615
paths-ignore:
@@ -21,7 +20,6 @@ jobs:
2120
uses: netcracker/qubership-apihub-ci/.github/workflows/frontend-ci.yaml@main
2221
build-docker-image:
2322
needs: build-and-unit-test
24-
if: (github.event_name == 'push') || (github.event_name == 'pull_request')
2523
uses: netcracker/qubership-apihub-ci/.github/workflows/docker-ci.yml@main
2624
with:
2725
name: qubership-apihub-ui
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: delete-dist-tag
2+
3+
on:
4+
delete:
5+
6+
jobs:
7+
delete-dist-tag:
8+
uses: netcracker/qubership-apihub-ci/.github/workflows/delete-dist-tag.yaml@main

0 commit comments

Comments
 (0)