diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d7d72db0..a140eadf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,30 +1,24 @@ name: ci on: - pull_request_target: - types: - - labeled pull_request: branches: - main jobs: test: - if: contains(github.event.pull_request.labels.*.name, 'runci') uses: signoz/primus.workflows/.github/workflows/go-test.yaml@main secrets: inherit with: PRIMUS_REF: main GO_TEST_CONTEXT: ./... fmt: - if: contains(github.event.pull_request.labels.*.name, 'runci') uses: signoz/primus.workflows/.github/workflows/go-fmt.yaml@main secrets: inherit with: PRIMUS_REF: main lint: - if: contains(github.event.pull_request.labels.*.name, 'runci') uses: signoz/primus.workflows/.github/workflows/go-lint.yaml@main secrets: inherit with: - PRIMUS_REF: main \ No newline at end of file + PRIMUS_REF: main