Skip to content

Commit bfb74db

Browse files
author
Luca Prete
committed
Update test names
1 parent 5e9df6d commit bfb74db

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: "Tests"
15+
name: "Integration Tests"
1616
on:
1717
# TBD remove on push and PR triggers
1818
# when the PR is ready.

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414

1515
name: "Tests"
1616
on:
17+
# TBD add back once PR is complete
1718
# push:
1819
# branches:
1920
# - master
2021
# pull_request:
2122
# branches:
2223
# - master
23-
schedule:
24-
- cron: '0 3 * * *'
2524
workflow_dispatch:
2625
inputs:
2726
terraform_version:

0 commit comments

Comments
 (0)