update github actions to modify triggers

This commit is contained in:
Amruth Pillai
2023-11-22 22:54:36 +01:00
parent 4687091ebd
commit c19b759237
49 changed files with 1294 additions and 1064 deletions

View File

@ -1,8 +1,9 @@
name: Close Stale Issues
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * * # every day at midnight (UTC)
- cron: 0 0 * * * # everyday at midnight (UTC)
permissions:
issues: write

View File

@ -3,8 +3,8 @@ name: Publish Docker Image
on:
workflow_dispatch:
push:
branches:
- v4
tags:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -2,9 +2,8 @@ name: Sync Crowdin Translations
on:
workflow_dispatch:
push:
branches:
- v4
schedule:
- cron: 0 0 * * * # everyday at midnight (UTC)
jobs:
sync: