Skip to content

Commit

Permalink
Improve naming and style
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Jul 23, 2024
1 parent 8ffbae4 commit c81551d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
##

name: "PR Formatting"
on:
pull_request:
Expand Down Expand Up @@ -41,8 +40,8 @@ permissions:
statuses: write

jobs:
pr-checks:
name: PR Checks
pr-formatting-checks:
name: PR Formatting Checks
runs-on: [self-hosted, Linux, medium, ephemeral]
steps:
- name: Check PR Title
Expand Down

0 comments on commit c81551d

Please sign in to comment.