Skip to content

Commit

Permalink
tag build experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
alagishev committed Feb 4, 2025
1 parent f4cc317 commit 8bbb6b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 48 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/ci-workflow-for-tag.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ name: Frontend & Docker CI Workflow
on:
push:
branches:
- main
- release
- develop
- feature/*
tags:
- '**'
delete:
branches:
- release
- feature/*

jobs:
call-frontend-ci-workflow:
uses: netcracker/qubership-apihub-ci/.github/workflows/frontend-ci.yaml@main
uses: netcracker/qubership-apihub-ci/.github/workflows/frontend-ci.yaml@tag-build
call-docker-ci-workflow:
needs: call-frontend-ci-workflow
if: github.event_name == 'push'
Expand Down

0 comments on commit 8bbb6b3

Please # to comment.