Skip to content

Commit e4dd16e

Browse files
remove private dir
1 parent 5428053 commit e4dd16e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/shadow_scan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: '0 2 * * *'
66
workflow_dispatch:
77
pull_request:
8+
push:
9+
branches:
10+
- tt/gha-shadow-scan
811

912
jobs:
1013
build:
@@ -23,7 +26,6 @@ jobs:
2326
artifactory-reader-role: private-reader # Override default public-reader
2427
artifactory-deployer-role: qa-deployer # Override default public-deployer
2528
run-shadow-scans: true
26-
working-directory: private
2729

2830
- name: Run IRIS Analysis
2931
uses: SonarSource/unified-dogfooding-actions/run-iris@v1

0 commit comments

Comments
 (0)