Skip to content

updated dependencies #51

updated dependencies

updated dependencies #51

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@92b55c5b866edeedc84428a80505e56984d168ea'. 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