Skip to content

Commit

Permalink
fix: workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Feb 19, 2024
1 parent 7daaee0 commit 39ee947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playwright Tests
name: BuildTests
on:
push:
branches: [master, develop]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test-linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playwright Tests
name: LinterTests
on:
push:
branches: [master, develop]
Expand Down

0 comments on commit 39ee947

Please sign in to comment.