Skip to content

updated dependencies #50

updated dependencies

updated dependencies #50

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@bfa9c3911d2f5982187f11eecd9d6ee607646f11'. 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