From bf3dd5ae561ede68a3fb2a049437125908cb5230 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Tue, 3 Sep 2024 07:08:09 +0200 Subject: [PATCH] Removed auto-triggering of rhub check This is redundant with the current checks, so we can just leave the YAML here for manual checks. --- .github/workflows/rhub.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 0c32364..74ec7b0 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -10,10 +10,6 @@ name: R-hub run-name: "${{ github.event.inputs.id }}: ${{ github.event.inputs.name || format('Manually run by {0}', github.triggering_actor) }}" on: - push: - branches: [] - pull_request: - branches: [] workflow_dispatch: inputs: config: