Skip to content

Commit

Permalink
fix: needs both
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Feb 6, 2024
1 parent abcaaab commit e4b7cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
uses: ./.github/workflows/locales.yml
release:
uses: ./.github/workflows/release.yml
needs: [locales]
needs: [config, locales]
docker:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/docker.yml
needs: [locales]
needs: [config, locales]

0 comments on commit e4b7cec

Please sign in to comment.