From db1ff1843cd96000fbf98229f8a61560ee7b2be2 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 6 Oct 2021 08:45:05 +0200 Subject: [PATCH] fix broken workflow syntax --- .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 db07e7ca..2c2428f7 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -26,7 +26,7 @@ jobs: on-success: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' || ${{ github.event.release.tag_name }} != '' }} + if: ${{ github.event.workflow_run.conclusion == 'success' }} || ${{ github.event.release.tag_name }} != '' steps: - uses: actions/checkout@v2 - name: Set up Python 3.9