diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index a189188a..929ef5ab 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -10,7 +10,7 @@ on: jobs: on-success: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' && ( 1 || 1) }} + if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - uses: actions/checkout@v2 - name: Set up Python 3.9