diff --git a/.github/workflows/localization.yml b/.github/workflows/localization.yml index 36f2c69..1b206a9 100644 --- a/.github/workflows/localization.yml +++ b/.github/workflows/localization.yml @@ -5,19 +5,6 @@ name: Sync Crowdin Translations # Controls when the action will run. on: workflow_dispatch - # Only run when started manually - - #: - # inputs: - # uploadTranslations: - # description: "Set to true to upload (changed) translations to Crowdin" - # type: boolean - # required: true - # default: false - - #schedule: - #- cron: '0 */6 * * *' # Every 6 hours - https://crontab.guru/#0_*/6_*_*_* - jobs: synchronize-with-crowdin: runs-on: ubuntu-latest