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 2f5d95f + bb00574 commit d0f1648Copy full SHA for d0f1648
.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
.github/workflows/frontend-ci.yaml
@@ -1,4 +1,4 @@
-name: Frontend CI Workflow
+name: frontend-ci
on:
push:
@@ -10,7 +10,6 @@ on:
10
- bugfix/*
11
tags:
12
- '**'
13
- delete:
14
15
jobs:
16
call-frontend-ci-workflow:
0 commit comments