Skip to content

Commit 6771bf1

Browse files
committed
BUILD-10889 Fix unified dogfooding workflow
1 parent 63bef71 commit 6771bf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unified-dogfooding.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Unified Dogfooding scans
22
on:
3+
pull_request:
4+
branches:
5+
- master
36
schedule:
47
- cron: "0 4 * * 1-5" # Run the workflow Mon-Fri at 04:00 UTC
58
workflow_dispatch:
@@ -26,7 +29,7 @@ jobs:
2629
artifactory-deployer-role: qa-deployer
2730
scanner-java-opts: '-Xmx2g'
2831
- name: Run IRIS Analysis
29-
uses: SonarSource/unified-dogfooding-actions/run-iris@v1
32+
uses: SonarSource/unified-dogfooding-actions/run-iris@master
3033
with:
3134
primary_project_key: org.sonarsource.java:java
3235
primary_platform: "Next"

0 commit comments

Comments
 (0)