From c8a18e8c11bc5a601103118ff30f4d54e2573665 Mon Sep 17 00:00:00 2001 From: ngoanh2n Date: Sat, 20 Apr 2024 07:35:29 +0700 Subject: [PATCH] [workflow] delete-runs: Update event trigger --- .github/workflows/delete-runs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/delete-runs.yml b/.github/workflows/delete-runs.yml index e1680c0..d5c9792 100644 --- a/.github/workflows/delete-runs.yml +++ b/.github/workflows/delete-runs.yml @@ -2,9 +2,6 @@ name: Delete old workflow runs on: schedule: - cron: "0 0 * * 0" - push: - branches: - - develop jobs: del_runs: runs-on: ubuntu-latest