Skip to content

Commit

Permalink
fixup some trigger dependencies (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf authored Jan 13, 2025
1 parent dc05fb4 commit ef6841e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ jobs:
trigger_build_sdr-enthusiasts_docker-airnavradar:
name: Trigger deploy of sdr-enthusiasts/docker-airnavradar
needs: [deploy_qemu, deploy_ghcr_mlat_client]
needs: [deploy_wreadsb, deploy_ghcr_mlat_client]
runs-on: ubuntu-latest
if: ${{ github.event.inputs.disable_upstream_triggers != 'true' }}
env:
Expand Down Expand Up @@ -847,7 +847,7 @@ jobs:
trigger_build_sdr-enthusiasts_docker-radarvirtuel:
name: Trigger deploy of sdr-enthusiasts/docker-radarvirtuel
needs: [deploy_ghcr_python, deploy_ghcr_mlat_client]
needs: [deploy_wreadsb, deploy_ghcr_mlat_client]
runs-on: ubuntu-latest
if: ${{ github.event.inputs.disable_upstream_triggers != 'true' }}
env:
Expand Down

0 comments on commit ef6841e

Please sign in to comment.