Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Dec 3, 2024
1 parent d5ba22c commit 2e62039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push # yamllint disable-line rule:truthy

jobs:
check-quality:
name: "πŸ”Ž Check quality"
name: πŸ”Ž Check quality
runs-on: macos-latest
steps:
- name: Checkout code
Expand All @@ -15,7 +15,7 @@ jobs:
run: make check-quality

build-documentation:
name: "πŸ“š Build documentation"
name: πŸ“š Build documentation
runs-on: macos-latest
steps:
- name: Checkout code
Expand All @@ -25,7 +25,7 @@ jobs:
run: make doc

tests:
name: "πŸ§ͺ Tests"
name: πŸ§ͺ Tests
runs-on: macos-latest
strategy:
matrix:
Expand All @@ -38,7 +38,7 @@ jobs:
run: make test-${{ matrix.platform }}

archive-demos:
name: "πŸ“¦ Archives"
name: πŸ“¦ Archives
runs-on: macos-latest
strategy:
matrix:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Releases

on: # yamllint disable-line rule:truthy
push:
branches: main
tags: '*'

jobs:
deliver-demo-releases:
name: "πŸš€ Releases"
name: πŸš€ Releases
runs-on: macos-latest
strategy:
matrix:
Expand Down

0 comments on commit 2e62039

Please sign in to comment.