Skip to content

Commit

Permalink
fix: make workflow names different
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaass committed May 8, 2024
1 parent a1eb548 commit 635f67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# For a complete CI/CD sample to get started with GitHub Action workflows for Desktop Applications,
# refer to https://github.com/microsoft/github-actions-for-desktop-apps

name: Build check
name: Debug build check

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# For a complete CI/CD sample to get started with GitHub Action workflows for Desktop Applications,
# refer to https://github.com/microsoft/github-actions-for-desktop-apps

name: Build check
name: Release build check

on:
push:
Expand Down

0 comments on commit 635f67e

Please sign in to comment.