We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1dae13 commit 91901a2Copy full SHA for 91901a2
.github/workflows/rspec.yml
@@ -8,11 +8,6 @@ on:
8
description: 'The branch, tag or SHA to checkout'
9
required: false
10
type: string
11
-# publishingApiRef:
12
-# description: 'The branch, tag or SHA to checkout Publishing API'
13
-# required: false
14
-# default: 'main'
15
-# type: string
16
17
jobs:
18
rspec-matrix:
@@ -37,14 +32,6 @@ jobs:
37
32
ref: ${{ inputs.ref || github.ref }}
38
33
show-progress: false
39
34
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
-
48
35
- name: Setup Ruby
49
36
uses: ruby/setup-ruby@v1
50
with:
0 commit comments