Document new testing approach (#1048)
* document new testing approach * remove unused workflow branches * remove stale folder * fix link * document new testing approach * remove unused workflow branches * fix link * Extend tests details in contributing guide * Typos Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
committed by
GitHub
parent
031b9f3476
commit
cb87f3efa5
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
@@ -16,8 +16,6 @@ name: "Linting"
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- fast-dev
|
||||
- fast-dev-gke
|
||||
- master
|
||||
tags:
|
||||
- ci
|
||||
|
||||
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -14,12 +14,10 @@
|
||||
|
||||
name: "Tests"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "45 2 * * *"
|
||||
# schedule:
|
||||
# - cron: "45 2 * * *"
|
||||
pull_request:
|
||||
branches:
|
||||
- fast-dev
|
||||
- fast-dev-gke
|
||||
- master
|
||||
tags:
|
||||
- ci
|
||||
|
||||
Reference in New Issue
Block a user