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