Skip to content

Commit fbaf149

Browse files
committed
Remove the check of the pre-registered example. It's no longer there.
1 parent cb2b0f1 commit fbaf149

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on:
2+
on:
33
push:
44
branches:
55
- master
@@ -11,7 +11,7 @@ jobs:
1111
name: Verify module
1212
strategy:
1313
matrix:
14-
terraform: [1.0.8]
14+
terraform: [1.0.8]
1515
runs-on: ubuntu-latest
1616
container:
1717
image: hashicorp/terraform:${{ matrix.terraform }}
@@ -26,14 +26,14 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
terraform: [0.13.0, 0.14.0, 0.15.0, 1.0.8]
29-
example: ["runner-default", "runner-docker", "runner-pre-registered", "runner-public"]
29+
example: ["runner-default", "runner-docker", "runner-public"]
3030
defaults:
3131
run:
3232
working-directory: examples/${{ matrix.example }}
3333
runs-on: ubuntu-latest
3434
container:
3535
image: hashicorp/terraform:${{ matrix.terraform }}
36-
steps:
36+
steps:
3737
- uses: actions/checkout@v2
3838
- run: terraform init -get -backend=false -input=false
3939
- if: contains(matrix.terraform, '1.0.')
@@ -66,5 +66,5 @@ jobs:
6666
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
6767
run: |
6868
cp .release/* .
69-
yarn
69+
yarn
7070
yarn release --repositoryUrl https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git

0 commit comments

Comments
 (0)