CXC-28284 initial setup for cisco build #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: cxdl-api-ingestion | ||
on: | ||
push: | ||
tags: | ||
- v[0-9]+.[0-9]+.[0-9]+ | ||
branches: | ||
- main | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
jobs: | ||
CODE-CI: | ||
if: startsWith(github.event.ref, 'refs/tags/v') == false | ||
uses: CXEPI/CPX-CODE-CI/.github/workflows/[email protected] | ||
Check failure on line 15 in .github/workflows/ci.yaml GitHub Actions / .github/workflows/ci.yamlInvalid workflow file
|
||
with: | ||
classification: app-serverless | ||
build_language: go | ||
secrets: inherit |