Skip to content

Commit

Permalink
CI scripts: Align workflow names and filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
shoogle committed Aug 8, 2024
1 parent de096b5 commit b07d9b1
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI_Backend
name: 'Build: Backend'

on:
schedule:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI_Linux
name: 'Build: Linux'

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI_Linux_ARM MU4
name: 'Build: Linux ARM'

on:
schedule:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI_MacOS
name: 'Build: macOS'

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI_Windows
name: 'Build: Windows'

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI_Without Qt
name: 'Build: Without Qt'

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI_codestyle
name: 'Check: Codestyle'

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI_utests
name: 'Check: Unit Tests (utest)'

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI_vtests
name: 'Check: Visual Tests (vtest)'

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update translatable strings
name: 'Translate: lupdate source TS in repo'

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull translations from Transifex and upload to S3
name: 'Translate: tx pull translations to S3'

on:
schedule:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push translatable strings to Transifex
name: 'Translate: tx push new strings to Transifex'

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Issue triage"
name: 'Triage: Issues'
on:
issues:
types: [opened, labeled, unlabeled]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Collect playlists for Home->Learn page
name: 'Update: Learn playlists'

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Collect release info
name: 'Update: Release Info'

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Clear release info
name: 'Update: Release Info (clear)'

on:
workflow_dispatch:
Expand Down

0 comments on commit b07d9b1

Please sign in to comment.