Skip to content

Commit 33037ae

Browse files
Update validate-submission.yaml
1 parent b84b57e commit 33037ae

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/validate-submission.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Hub Submission Validation (R)
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
pr_number:
7-
description: 'PR Number'
8-
required: true
9-
type: integer
105
pull_request:
116
branches: main
127
paths:
@@ -35,9 +30,11 @@ jobs:
3530
3631
- uses: r-lib/actions/setup-r-dependencies@v2
3732
with:
33+
pak-version: "devel"
3834
packages: |
39-
github::hubverse-org/hubValidations
40-
any::sessioninfo
35+
any::hubValidations
36+
any::sessioninfo
37+
4138
- name: Run validations
4239
env:
4340
PR_NUMBER: ${{ github.event.number }}

0 commit comments

Comments
 (0)