Skip to content

fix: update trigger action #1

fix: update trigger action

fix: update trigger action #1

Workflow file for this run

name: CI Workflow
on:
push:
branches:
- 'main' # excludes main
jobs:
lint:
uses: './.github/workflows/lint.yml'
test:
uses: './.github/workflows/test.yml'
generate-proto:
needs:
- lint
- test
uses: './.github/workflows/generate-proto.yml'
generate-diagram:
needs:
- generate-rpc-diagram
uses: './.github/workflows/generate-diagram.yml'
push-file:
needs:
- generate-proto
- generate-diagram
uses: './.github/workflows/push-file.yml.yml'

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/push-file.yml.yml" : failed to fetch workflow: workflow was not found.