We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89e232 commit 23d2799Copy full SHA for 23d2799
.github/workflows/build-on-branch.yaml
@@ -23,7 +23,7 @@ env:
23
24
jobs:
25
snyk:
26
- # if: github.event_name == 'pull_request_target'
+ if: github.event_name == 'pull_request_target'
27
uses: ./.github/workflows/snyk.yaml
28
permissions:
29
security-events: write
@@ -33,8 +33,8 @@ jobs:
33
SNYK_API_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
34
35
build-easytrade:
36
- if: github.event_name == 'push'
37
- runs-on: ubuntu-24.04
+ if: github.event_name != 'pull_request_target'
+ runs-on: ubuntu-24.04
38
steps:
39
- name: Checkout repository
40
uses: actions/checkout@v4
0 commit comments