We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9df6d commit bfb74dbCopy full SHA for bfb74db
.github/workflows/tests-new.yml .github/workflows/tests-integration.yml.github/workflows/tests-new.yml renamed to .github/workflows/tests-integration.yml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-name: "Tests"
+name: "Integration Tests"
16
on:
17
# TBD remove on push and PR triggers
18
# when the PR is ready.
.github/workflows/tests.yml
@@ -14,14 +14,13 @@
name: "Tests"
+ # TBD add back once PR is complete
# push:
19
# branches:
20
# - master
21
# pull_request:
22
23
- schedule:
24
- - cron: '0 3 * * *'
25
workflow_dispatch:
26
inputs:
27
terraform_version:
0 commit comments