Skip to content

Tag Created

Tag Created #2

Workflow file for this run

name: Tag Created
on:
push:
tags:
- '**'
jobs:
build-test:
uses: ./.github/workflows/build-test.yml
deploy:
uses: ./.github/workflows/deploy.yml

Check failure on line 10 in .github/workflows/on_tag.yml

View workflow run for this annotation

GitHub Actions / Tag Created

Invalid workflow file

The workflow is not valid. In .github/workflows/on_tag.yml (Line: 10, Col: 11): Error from called workflow chearon/dropflow/.github/workflows/deploy.yml@e4b1452090fd467214d86dbe5e8503d2873843c5 (Line: 4, Col: 3): The workflow must contain at least one job with no dependencies.