From 4bec1041d399090dcdc6532f669e9f907574138a Mon Sep 17 00:00:00 2001 From: Ugo Bechameil Date: Mon, 5 Feb 2024 16:53:24 +0100 Subject: [PATCH] [ARC-271] Realign expected check status name --- .github/workflows/fake-pr-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fake-pr-tests.yml b/.github/workflows/fake-pr-tests.yml index 540978e..2274166 100644 --- a/.github/workflows/fake-pr-tests.yml +++ b/.github/workflows/fake-pr-tests.yml @@ -2,13 +2,16 @@ name: PR tests on: pull_request: types: [auto_merge_enabled] + workflow_dispatch: jobs: skip: name: Report fake success for PR tests runs-on: ubuntu-latest + permissions: + checks: write steps: - - uses: LouisBrunner/checks-action@v1.6.1 + - uses: LouisBrunner/checks-action@v2.0.0 with: name: Run PR tests (Plugins) (Plugins) conclusion: success