We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a28c0 commit 2c4000cCopy full SHA for 2c4000c
.github/workflows/qcom-preflight-checks.yml
@@ -1,7 +1,6 @@
1
name: Qualcomm Preflight Checks
2
on:
3
- pull_request_target:
4
- branches: [ "main" ]
+ pull_request:
5
push:
6
branches: [ "main" ]
7
workflow_dispatch:
@@ -15,8 +14,8 @@ jobs:
15
14
uses: qualcomm/qcom-reusable-workflows/.github/workflows/[email protected]
16
with:
17
# ✅ Preflight Checkers
18
- repolinter: true # default: true
19
- semgrep: true # default: true
+ repolinter: false # default: true
+ semgrep: false # default: true
20
copyright-license-detector: true # default: true
21
pr-check-emails: true # default: true
22
dependency-review: true # default: true
0 commit comments