diff --git a/.github/workflows/full_testing.yml b/.github/workflows/full_testing.yml index 3d1685eae377..0c3a894be50e 100644 --- a/.github/workflows/full_testing.yml +++ b/.github/workflows/full_testing.yml @@ -1,14 +1,9 @@ name: Full Testing -# on: # yamllint disable-line rule:truthy -# workflow_dispatch: -# schedule: -# - cron: "0 6 * * *" # Everyday at 6:00am UTC/10:00pm PST on: # yamllint disable-line rule:truthy - push: - branches: - - master - pull_request: + workflow_dispatch: + schedule: + - cron: "0 6 * * *" # Everyday at 6:00am UTC/10:00pm PST jobs: