From a714596588cd7bd84b1d93c8ee1d304b868780c8 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Mon, 29 May 2023 10:30:14 +0530 Subject: [PATCH] Remove cron jobs from workflows --- .github/workflows/build-with-bal-test-native.yml | 2 -- .github/workflows/stale_check.yml | 2 -- .github/workflows/trigger-load-tests.yml | 2 -- .github/workflows/trivy-scan.yml | 2 -- 4 files changed, 8 deletions(-) diff --git a/.github/workflows/build-with-bal-test-native.yml b/.github/workflows/build-with-bal-test-native.yml index 4b7c983..060d59b 100644 --- a/.github/workflows/build-with-bal-test-native.yml +++ b/.github/workflows/build-with-bal-test-native.yml @@ -15,8 +15,6 @@ on: description: Default native-image options required: false default: '' - schedule: - - cron: '30 18 * * *' pull_request: branches: - main diff --git a/.github/workflows/stale_check.yml b/.github/workflows/stale_check.yml index 8763360..f64a33c 100644 --- a/.github/workflows/stale_check.yml +++ b/.github/workflows/stale_check.yml @@ -1,8 +1,6 @@ name: 'Close stale pull requests' on: - schedule: - - cron: '30 19 * * *' workflow_dispatch: jobs: diff --git a/.github/workflows/trigger-load-tests.yml b/.github/workflows/trigger-load-tests.yml index 0c4369b..e2ae9f3 100644 --- a/.github/workflows/trigger-load-tests.yml +++ b/.github/workflows/trigger-load-tests.yml @@ -11,8 +11,6 @@ on: description: 'Cluster name' default: 'serdes-perf-cluster-test' required: false - schedule: - - cron: '30 1 * * *' jobs: call_stdlib_trigger_load_test_workflow: diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index 3034fec..bcebc18 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -2,8 +2,6 @@ name: Trivy on: workflow_dispatch: - schedule: - - cron: '30 20 * * *' jobs: ubuntu-build: