Skip to content

Commit 31e33a4

Browse files
committed
Remove test notice
1 parent 355a477 commit 31e33a4

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/actions/test-provider-tfe/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) HashiCorp, Inc.
22
# SPDX-License-Identifier: MPL-2.0
33

4-
name: TESTS ARE TEMPOARILY DISABLED
4+
name: Test
55
description: Tests terraform-provider-tfe within a matrix
66
inputs:
77
admin_configuration_token:

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ concurrency:
99
cancel-in-progress: true
1010

1111
jobs:
12-
notice:
13-
name: TESTS ARE TEMPORARILY DISABLED- RUN CHANGED RESOURCE TESTS LOCALLY
14-
runs-on: ubuntu-latest
15-
steps:
16-
- name: NO-OP
17-
run: |
18-
echo "Tests are skipped. Please test manually."
1912
lint:
2013
name: lint
2114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)