We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d2799 commit ed23ea6Copy full SHA for ed23ea6
.github/workflows/build-on-branch.yaml
@@ -10,8 +10,7 @@ on:
10
- kubernetes-manifests/**
11
- skaffold.yaml
12
- src/**
13
- pull_request_target:
14
-
+
15
workflow_call:
16
secrets:
17
SNYK_API_TOKEN:
@@ -23,7 +22,6 @@ env:
23
22
24
jobs:
25
snyk:
26
- if: github.event_name == 'pull_request_target'
27
uses: ./.github/workflows/snyk.yaml
28
permissions:
29
security-events: write
@@ -33,8 +31,7 @@ jobs:
33
31
SNYK_API_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
34
32
35
build-easytrade:
36
- if: github.event_name != 'pull_request_target'
37
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-24.04
38
steps:
39
- name: Checkout repository
40
uses: actions/checkout@v4
0 commit comments