mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: Only run dependency submission workflow for the main repository (#2679)
This commit is contained in:
parent
4dfa71155b
commit
9bde1f6357
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dependency-submission.yml
vendored
2
.github/workflows/dependency-submission.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue