From 4b4bf413c1896cafce04b5e8e5fe2d707b178910 Mon Sep 17 00:00:00 2001 From: ahtesham-quraish Date: Thu, 13 Apr 2023 14:21:14 +0500 Subject: [PATCH] fix: remove conditional logic Remove conditional logic from autoupdate label as it does not run on master push VAN-1349 --- .github/workflows/autoupdate-pull-request.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/autoupdate-pull-request.yml b/.github/workflows/autoupdate-pull-request.yml index 7b79ef3b..102d9dcb 100644 --- a/.github/workflows/autoupdate-pull-request.yml +++ b/.github/workflows/autoupdate-pull-request.yml @@ -10,11 +10,7 @@ on: jobs: autoupdate: name: autoupdate - if: | - github.event_name == 'pull_request' && - github.event.action == 'labeled' && - github.event.label.name == 'autoupdate' - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 steps: - uses: docker://chinthakagodawita/autoupdate-action:v1 env: