diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb93b9635..b136432c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,3 +1,4 @@ +--- name: Build on: @@ -12,6 +13,7 @@ on: jobs: cloc: + name: CLOC runs-on: ubuntu-latest steps: @@ -27,6 +29,7 @@ jobs: run: cloc --vcs git --exclude-dir Resources,store,test,Properties --include-lang C#,XAML android: + name: Android runs-on: windows-latest steps: @@ -137,8 +140,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RELEASE_TAG_NAME: ${{ github.event.release.tag_name }} - + android-ubuntu: + name: Android Ubuntu runs-on: ubuntu-latest needs: android @@ -209,6 +213,7 @@ jobs: run: npm run deploy ios: + name: Apple iOS runs-on: macos-latest steps: diff --git a/.github/workflows/crowdin-sync.yml b/.github/workflows/crowdin-sync.yml index 6f7786339..6bd669e29 100644 --- a/.github/workflows/crowdin-sync.yml +++ b/.github/workflows/crowdin-sync.yml @@ -1,16 +1,17 @@ +--- name: Crowdin Sync on: workflow_dispatch: inputs: {} - #schedule: - # - cron: '0 0 * * *' +# schedule: +# - cron: '0 0 * * *' jobs: crowdin-sync: name: Autosync runs-on: ubuntu-20.04 - env: + env: _CROWDIN_PROJECT_ID: "269690" steps: - name: Checkout repo diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1459c321..cdd5a093b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,4 @@ +--- name: Release on: @@ -6,6 +7,7 @@ on: jobs: cloc: + name: CLOC runs-on: ubuntu-latest steps: