Skip to content

Commit

Permalink
Experiment with workflow folding
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Nov 10, 2023
1 parent 1c90626 commit 04b969d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
quality-go:
name: "Go Quality checks"
name: "Quality checks / Go"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
# file: /tmp/coverage.out

quality-flutter:
name: "Flutter Quality checks"
name: "Quality checks / Flutter"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
package-dir: 'gui/packages/ubuntupro'

quality-cpp:
name: "C++ Quality Checks"
name: "Quality Checks / C++"
runs-on: windows-latest
steps:
- name: Set up git
Expand Down

0 comments on commit 04b969d

Please sign in to comment.