Skip to content

Commit b7167b8

Browse files
authored
Merge pull request #44 from alphagov/remove-unneeded-rspec-workflow-comments
Remove unneeded comments from rspec workflow yaml
2 parents 91c948c + 91901a2 commit b7167b8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/rspec.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
description: 'The branch, tag or SHA to checkout'
99
required: false
1010
type: string
11-
# publishingApiRef:
12-
# description: 'The branch, tag or SHA to checkout Publishing API'
13-
# required: false
14-
# default: 'main'
15-
# type: string
1611

1712
jobs:
1813
rspec-matrix:
@@ -37,14 +32,6 @@ jobs:
3732
ref: ${{ inputs.ref || github.ref }}
3833
show-progress: false
3934

40-
# - name: Checkout Publishing API (for Content Schemas)
41-
# uses: actions/checkout@v6
42-
# with:
43-
# repository: alphagov/publishing-api
44-
# ref: ${{ inputs.publishingApiRef }}
45-
# path: vendor/publishing-api
46-
# show-progress: false
47-
4835
- name: Setup Ruby
4936
uses: ruby/setup-ruby@v1
5037
with:

0 commit comments

Comments
 (0)