Skip to content

Ci Consolidate

Ci Consolidate #2

Workflow file for this run

name: Gateway CI
on:
push:
branches:
- main
pull_request:
jobs:
build-self-hosted:
name: Build Self Hosted Image
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.0.0
secrets: inherit
with:
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-gateway' }}
cache_requirements: false
self-hosted:
name: Push Self Hosted Image
needs: [ build-self-hosted, test ]

Check failure on line 21 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Gateway CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 21, Col: 33): Job 'self-hosted' depends on unknown job 'test'.
secrets: inherit
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/production') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/self-hosted.yml@v1.0.0
with:
push_rolling: true
cache_requirements: false
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-gateway' }}