fix: remove conditional logic

Remove conditional logic from autoupdate label as it does not run on master push

VAN-1349
This commit is contained in:
ahtesham-quraish
2023-04-13 14:21:14 +05:00
parent 06c4f75b4a
commit 4b4bf413c1

View File

@@ -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: