Skip to content

Added status checks for branch-protection #1

Added status checks for branch-protection

Added status checks for branch-protection #1

name: Tests - Deploy
on:
pull_request:
paths-ignore:
- '.github/workflows/tests-deploy.yml'
- 'lib/**'
permissions:
contents: read
concurrency:
group: tests-deploy-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
tests-deploy-success:

Check failure on line 17 in .github/workflows/tests-deploy-unrelated.yml

View workflow run for this annotation

GitHub Actions / Tests - Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/tests-deploy-unrelated.yml (Line: 17, Col: 3): The workflow must contain at least one job with no dependencies.
permissions:
contents: none
runs-on: ubuntu-22.04
needs: [nc-py-api-pgsql]
name: Tests-Deploy-OK
steps:
- run: echo "No Tests-Deploy required"