Skip to content

Merge pull request #1064 from Petap0w/fixlocal #357

Merge pull request #1064 from Petap0w/fixlocal

Merge pull request #1064 from Petap0w/fixlocal #357

Workflow file for this run

name: Main CI
on:
push:
branches:
- main
- develop
jobs:
lint:
uses: ./.github/workflows/lint.yml
config:
uses: ./.github/workflows/config.yml
locales:
uses: ./.github/workflows/locales.yml
secrets:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
release:
needs: [config, locales, lint]
if: needs.locales.outputs.made_commit != 'true' && needs.config.outputs.made_commit != 'true' && always()
uses: ./.github/workflows/release.yml
docker:
needs: [config, locales, lint]
if: needs.locales.outputs.made_commit != 'true' && needs.config.outputs.made_commit != 'true' && always()
uses: ./.github/workflows/docker.yml