Skip to content

Commit

Permalink
Removed auto-triggering of rhub check
Browse files Browse the repository at this point in the history
This is redundant with the current checks, so we can just leave the YAML here for manual checks.
  • Loading branch information
wleoncio committed Sep 3, 2024
1 parent 617f6bb commit bf3dd5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf3dd5a

Please sign in to comment.