diff --git a/.github/workflows/deploy_test.yaml b/.github/workflows/deploy-test.yaml similarity index 95% rename from .github/workflows/deploy_test.yaml rename to .github/workflows/deploy-test.yaml index 3e3b726b30..f41755523b 100644 --- a/.github/workflows/deploy_test.yaml +++ b/.github/workflows/deploy-test.yaml @@ -1,13 +1,9 @@ -name: Deploy_Test +name: Deploy Test on: workflow_dispatch: schedule: - cron: "30 20 * * *" - push: - branches: - - master - - test_deploy jobs: