From eef896b02571ecb99ba8e52633cc0d1c6456a4cc Mon Sep 17 00:00:00 2001 From: nebhale Date: Mon, 9 Nov 2020 05:10:23 +0000 Subject: [PATCH] Bump pipeline from 1.6.0 to 1.6.0 Bumps pipeline from 1.6.0 to 1.6.0. Signed-off-by: GitHub --- .github/workflows/update-pipeline.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index 9e758c8a..6efd6028 100644 --- a/.github/workflows/update-pipeline.yml +++ b/.github/workflows/update-pipeline.yml @@ -1,10 +1,5 @@ name: Update Pipeline "on": - push: - branches: - - main - paths: - - .github/pipeline-descriptor.yml schedule: - cron: 0 5 * * 1-5 workflow_dispatch: {}