Skip to content

Commit

Permalink
ci(github): remove pull_request_target (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
grandwizard28 authored Dec 2, 2024
1 parent 602a288 commit ca74c28
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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
PRIMUS_REF: main

0 comments on commit ca74c28

Please sign in to comment.