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 716dcee commit cd9d144Copy full SHA for cd9d144
.github/workflows/check-samples.yml
@@ -1,9 +1,7 @@
1
name: Check Samples
2
3
on:
4
-
5
workflow_dispatch:
6
7
workflow_call:
8
secrets:
9
SLACK_WEBHOOK_URL:
.github/workflows/ci.yml
@@ -83,15 +83,15 @@ jobs:
83
name: test-results
84
path: '*/build/reports/tests/**/*.*'
85
retention-days: 3
86
87
check_samples:
88
name: Check Sample Apps
89
needs: [prerequisites]
90
- uses: ./.github/workflows/check-samples.yml
91
- with:
92
- secrets:
93
- inherit
94
+ runs-on: ubuntu-latest
+ steps:
+ - uses: ./.github/workflows/check-samples.yml
+ with:
+ secrets:
+ inherit
95
scan:
96
97
if: ${{ needs.prerequisites.outputs.runjobs && !contains(inputs.run-trivy-scan, 'false') }}
0 commit comments