diff options
| author | Linus Färnstrand <faern@faern.net> | 2022-02-17 14:32:45 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-03-25 14:41:12 +0100 |
| commit | f386d99fcbeb40e54efa7d2269478989efd80966 (patch) | |
| tree | ea4a7702efddf4bb041d077d96156f101776e7bb /.github | |
| parent | 3d41fe66946bbdd33169d2220813093f14d1e4f3 (diff) | |
| download | mullvadvpn-f386d99fcbeb40e54efa7d2269478989efd80966.tar.xz mullvadvpn-f386d99fcbeb40e54efa7d2269478989efd80966.zip | |
Rename some Github Actions jobs to make them easier to find
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/android-audit.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/android-ktlint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/android-xml-tidy.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/daemon.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/frontend.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ios.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/rustfmt.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/translations.yml | 3 |
10 files changed, 10 insertions, 11 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 1b96c4710c..4d65664840 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -1,4 +1,4 @@ -name: Android app CI +name: Android - Build and test on: # Build whenever a file that affects Android is changed in a pull request pull_request: diff --git a/.github/workflows/android-audit.yml b/.github/workflows/android-audit.yml index b73fa2a111..a82da95aac 100644 --- a/.github/workflows/android-audit.yml +++ b/.github/workflows/android-audit.yml @@ -1,4 +1,4 @@ -name: Android audit +name: Android - Audit dependencies on: pull_request: paths: diff --git a/.github/workflows/android-ktlint.yml b/.github/workflows/android-ktlint.yml index 3f9483f36b..9a1989d0b8 100644 --- a/.github/workflows/android-ktlint.yml +++ b/.github/workflows/android-ktlint.yml @@ -1,4 +1,4 @@ -name: Android app Kotlin linter +name: Android - Kotlin linter on: # Run linter whenever a Kotlin file changes pull_request: diff --git a/.github/workflows/android-xml-tidy.yml b/.github/workflows/android-xml-tidy.yml index 7b4afd2bfc..7fdf22be61 100644 --- a/.github/workflows/android-xml-tidy.yml +++ b/.github/workflows/android-xml-tidy.yml @@ -1,4 +1,4 @@ -name: Android app XML formatting verifier +name: Android - Check XML formatting on: # Run verifier whenever an Android XML file changes pull_request: diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index be4c168271..00fa09f684 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -1,4 +1,4 @@ -name: Audit Rust dependencies CI +name: Rust - Audit dependencies on: pull_request: paths: diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index b9dd0553a4..d5b8e88efd 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -1,4 +1,4 @@ -name: Mullvad VPN daemon CI +name: Daemon+CLI - Build and test on: # Build whenever a file that affects a Rust crate is changed in a pull request pull_request: diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 5d6721a090..78d879d9e3 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -1,4 +1,4 @@ -name: Electron frontend CI +name: Desktop frontend on: # Build whenever a file that affects the frontend is changed in a pull request pull_request: diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index c9f8ff4fd0..4963e34311 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -1,4 +1,4 @@ -name: iOS app CI +name: iOS app on: pull_request: paths: diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 900d5ed974..c381337e5a 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -1,4 +1,4 @@ -name: Rust formatting check CI +name: Rust - Check formatting on: # Check whenever a file that affects Rust formatting is changed in a pull request pull_request: diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index eb263df73b..dead997706 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -1,6 +1,5 @@ -name: Translation check CI +name: Translation check on: - # Check whenever a file that affects Rust formatting is changed in a pull request pull_request: paths: - .github/workflows/translations.yml |
