Skip to content

Commit

Permalink
chore: Drop Retry on Failure Workflow as it doesn't work as intended (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Jan 9, 2025
1 parent 5bad859 commit 2a7017b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,3 @@ jobs:
with:
subject-path: |
src-tauri/gen/android/app/build/outputs/apk/universal/release/mdns-browser_${{ steps.get-version.outputs.current-version }}.apk
retry-on-failure:
if: failure() && fromJSON(github.run_attempt) < 3
needs: [build]
runs-on: ubuntu-latest
steps:
- env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ github.token }}
run: gh workflow run retry-workflow.yml -F run_id=${{ github.run_id }}
10 changes: 0 additions & 10 deletions .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,3 @@ jobs:
(contains(matrix.os, 'macos') && contains(matrix.args, 'aarch64')) && 'target/aarch64-apple-darwin/release/mdns-browser'
}}
sbom-path: "sbom.spdx.json"

retry-on-failure:
if: failure() && fromJSON(github.run_attempt) < 3
needs: [build]
runs-on: ubuntu-latest
steps:
- env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ github.token }}
run: gh workflow run retry-workflow.yml -F run_id=${{ github.run_id }}
19 changes: 0 additions & 19 deletions .github/workflows/retry-workflow.yml

This file was deleted.

0 comments on commit 2a7017b

Please sign in to comment.