Skip to content

Commit b42dd32

Browse files
MaesterChestnutChris Chestnut
andauthored
Restrict issue creation for app distro gradle compat tests to daily check on main (#8261)
Co-authored-by: Chris Chestnut <cchestnut@google.com>
1 parent c7daa5d commit b42dd32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/app-distribution-gradle-compatibility-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: firebase-appdistribution-gradle/build/reports/tests/
5656

5757
- name: Create GitHub Issue on Failure
58-
if: failure()
58+
if: failure() && github.event_name == 'schedule' && github.ref_name == 'main'
5959
env:
6060
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
run: |

0 commit comments

Comments
 (0)