diff --git a/.github/workflows/pr-formatting.yaml b/.github/workflows/pr-formatting.yaml index 4fe74aef5..1d2f2e6c0 100644 --- a/.github/workflows/pr-formatting.yaml +++ b/.github/workflows/pr-formatting.yaml @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. ## - name: "PR Formatting" on: pull_request: @@ -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