From f987d32c7265ce2ea3fd349e2220e534ff7551c8 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 5 Oct 2021 17:01:26 +0200 Subject: [PATCH] remove accidental syntax add --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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