Skip to content

Commit

Permalink
better names for github actions' workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfame committed Sep 9, 2024
1 parent 0cfd195 commit 771a396
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linting
name: Linting (Browser extension)

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: WP Coding standards
name: Linting (WP plugin)

on:
workflow_dispatch:
pull_request:
types: [ opened, synchronize ]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/wp-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: PHPUnit Tests
name: Tests (WP plugin)

on:
workflow_dispatch:
pull_request:
types: [ opened, synchronize ]

Expand Down

0 comments on commit 771a396

Please sign in to comment.