We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21d9611 + add0408 commit 6691b2bCopy full SHA for 6691b2b
.github/workflows/ci-workflow.yml
@@ -10,7 +10,6 @@ on:
10
- bugfix/*
11
tags:
12
- '**'
13
- delete:
14
pull_request:
15
types: [opened, reopened, synchronize]
16
paths-ignore:
@@ -21,7 +20,6 @@ jobs:
21
20
uses: netcracker/qubership-apihub-ci/.github/workflows/frontend-ci.yaml@main
22
build-docker-image:
23
needs: build-and-unit-test
24
- if: (github.event_name == 'push') || (github.event_name == 'pull_request')
25
uses: netcracker/qubership-apihub-ci/.github/workflows/docker-ci.yml@main
26
with:
27
name: qubership-apihub-ui
.github/workflows/delete-dist-tag.yaml
@@ -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