Skip to content

Commit

Permalink
Change jobs order
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Oct 7, 2024
1 parent 9a9aea9 commit 2cfa53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ jobs:
uses: ./.github/workflows/_ci.yaml

apps-path-filter:
needs:
- ci
name:
uses: ./.github/workflows/_app-path-filter.yaml

cd-dev:
needs:
- ci
- apps-path-filter
if: ${{ needs.apps-path-filter.outputs.apps == 'true' }}
uses: ./.github/workflows/_cd-dev.yaml
secrets: inherit

cd-prod:
needs:
- ci
- apps-path-filter
if: ${{ needs.apps-path-filter.outputs.apps == 'true' }}
uses: ./.github/workflows/_cd-prod.yaml
Expand Down

0 comments on commit 2cfa53f

Please sign in to comment.