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 763d13c commit 30669e7Copy full SHA for 30669e7
.github/workflows/ci.yml
@@ -186,6 +186,7 @@ jobs:
186
- name: Checkout sources
187
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
188
- name: Generate and submit dependency graph
189
+ if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'
190
uses: gradle/actions/dependency-submission@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
191
with:
192
github-token: ${{ steps.generate_github_token.outputs.token }}
0 commit comments