Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes on pipeline #696

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-demo-app.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Demo App
run-name: Checking if the demo app is building successfully before merging pull request 📱
run-name: Build Demo App On Pull Request

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Documentation
run-name: Checking if documentation is building successfully before merging pull request 📚
run-name: Build Documentation On Pull Request

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Code Quality
run-name: Analyzing code quality before merging pull request 🔍
run-name: Analyze Code Quality On Pull Request

on:
pull_request:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-demo-app.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deploy Demo App
run-name: Deploy the demo app to the staging environment after a push on the main branch 📱
run-name: Deploy Demo App To Staging After Merge

on:
push:
Expand Down Expand Up @@ -29,6 +29,7 @@ jobs:

deploy:
name: Deploy
environment: staging
needs:
- build
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deploy Documentation
run-name: Deploy the documentation website on GitHub pages after a push on the main branch 📚
run-name: Deploy Documentation To GitHub Pages After Merge

on:
push:
Expand Down