Skip to content

feat(notifications): Added category filter on query graphql #268

feat(notifications): Added category filter on query graphql

feat(notifications): Added category filter on query graphql #268

Workflow file for this run

name: Publish remote schemas API images
on:
push:
branches:
- "release/*"
- "feature/*"
- "hotfix/*"
tags:
- v*
paths:
- "packages/**"
- "utils/**"
- "package.json"
- "Dockerfile"
- "tsconfig.json"
- "pnpm-*"
jobs:
tests:
name: Tests for all apis and libs
uses: ./.github/workflows/tests.yml

Check failure on line 20 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish.yml" -> "./.github/workflows/tests.yml" (source branch with sha:c04237f68bef2b7ffb7039908107864853040959) : You have an error in your yaml syntax on line 45
build:
name: Build apis endpoints
uses: ./.github/workflows/build.yml
# with:
# environment: staging
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}