Merge pull request #854 from openedx/ahtesham/1349/update-conditional-logic

fix: remove conditional logic
This commit is contained in:
Blue
2023-04-13 14:34:20 +05:00
committed by GitHub

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: