diff --git a/.github/workflows/build_lists.yml b/.github/workflows/build_lists.yml index a56998da6..932a22761 100644 --- a/.github/workflows/build_lists.yml +++ b/.github/workflows/build_lists.yml @@ -20,7 +20,7 @@ permissions: jobs: build-lists: - if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.name == 'push' }} + if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'push' }} runs-on: ubuntu-latest steps: - name: Checkout