Skip to content

Commit 0248188

Browse files
authored
Required Checks Fix (#1206)
new CI path not showing up in required checks in branch protection rule, this could fix it (renamed to old path)
1 parent 216587d commit 0248188

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request_checks_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Merge Checks
1+
name: Pull Request Checks
22

33
on:
44
pull_request:

.github/workflows/pull_request_checks_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Merge Checks
1+
name: Pull Request Checks
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)