Skip to content

Commit

Permalink
Specify inter-workflow dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelpit committed Apr 17, 2024
1 parent 55df733 commit 0ee6337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
path: build/fedora/pool

test_debs:
needs: build-packages
strategy:
matrix:
platform:
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
run: apt update && apt upgrade -y && apt install -y --fix-missing ./dropbox_*.*.*_amd64.deb

test_rpm:
needs: build-packages
strategy:
matrix:
# Fedora doesn't have LTS releases, so just run on latest and rawhide.
Expand Down

0 comments on commit 0ee6337

Please sign in to comment.