Skip to content

updated dependencies #49

updated dependencies

updated dependencies #49

name: Test, build and publish promql-to-dd-go
on:
push:
paths:
- 'cloud/observability/promql-to-dd-go/**'
- '!cloud/observability/promql-to-dd-go/examples/**'
- '!cloud/observability/promql-to-dd-go/helm-charts/**'
branches:
- main
tags:
- v*
pull_request:
paths:
- 'cloud/observability/promql-to-dd-go/**'
- '!cloud/observability/promql-to-dd-go/examples/**'
- '!cloud/observability/promql-to-dd-go/helm-charts/**'
permissions:
contents: read
jobs:
test:
uses: ./.github/workflows/promql-to-dd-go_test.yaml
push:

Check failure on line 25 in .github/workflows/promql-to-dd-go.yaml

View workflow run for this annotation

GitHub Actions / Test, build and publish promql-to-dd-go

Invalid workflow file

The workflow is not valid. .github/workflows/promql-to-dd-go.yaml (Line: 25, Col: 3): Error calling workflow 'temporalio/samples-server/.github/workflows/promql-to-dd-go_build-publish.yaml@dc1e2613c76ad0ee36e64a2f287f07d3a0a675e2'. The nested job 'push' is requesting 'packages: write', but is only allowed 'packages: none'.
needs: test
uses: ./.github/workflows/promql-to-dd-go_build-publish.yaml