Skip to content

Commit

Permalink
Drop orphanaed tags to optimize fetch call
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Oct 3, 2024
1 parent fb9417d commit 4986e64
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,21 @@ concurrency:
cancel-in-progress: true

jobs:
wearos:
orphan:
if: ${{ github.repository == 'HiddenRamblings/TagMo' }}
runs-on: ubuntu-latest
env:
CI: true
steps:

- name: Drop orphan tags
continue-on-error: true
uses: fabriziocacicia/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

wearos:
needs: orphan
continue-on-error: true
runs-on: ubuntu-latest

Expand Down

0 comments on commit 4986e64

Please sign in to comment.