Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit b68550b

Browse files
committed
Update gradle.yml
1 parent 4c35d7f commit b68550b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
4646
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
4747
- name: Run Build
48-
if: github.event_name == 'push'
48+
if: github.event_name != 'pull_request'
4949
id: build
5050
uses: gradle/gradle-build-action@v2
5151
env:

0 commit comments

Comments
 (0)