Skip to content

Commit cd9d144

Browse files
committed
[CI] Add check-samples.yml to main CI (take 4)
Signed-off-by: onobc <[email protected]>
1 parent 716dcee commit cd9d144

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/check-samples.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Check Samples
22

33
on:
4-
54
workflow_dispatch:
6-
75
workflow_call:
86
secrets:
97
SLACK_WEBHOOK_URL:

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ jobs:
8383
name: test-results
8484
path: '*/build/reports/tests/**/*.*'
8585
retention-days: 3
86-
8786
check_samples:
8887
name: Check Sample Apps
8988
needs: [prerequisites]
90-
uses: ./.github/workflows/check-samples.yml
91-
with:
92-
secrets:
93-
inherit
94-
89+
runs-on: ubuntu-latest
90+
steps:
91+
- uses: ./.github/workflows/check-samples.yml
92+
with:
93+
secrets:
94+
inherit
9595
scan:
9696
needs: [prerequisites]
9797
if: ${{ needs.prerequisites.outputs.runjobs && !contains(inputs.run-trivy-scan, 'false') }}

0 commit comments

Comments
 (0)