chore: Only run dependency submission workflow for the main repository (#2679)

This commit is contained in:
Joshua Soberg 2025-08-10 17:50:02 -04:00 committed by GitHub
parent 4dfa71155b
commit 9bde1f6357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,8 @@ permissions:
jobs:
dependency-submission:
runs-on: ubuntu-latest
if: github.repository == 'meshtastic/Meshtastic-Android'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4