From 85bfa71499995054903e25c4366b5ed953ecb96a Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Mon, 27 Mar 2023 00:01:49 +0200 Subject: [PATCH 1/2] v1.2.2 of workflow --- .github/workflows/testing.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 365b5638c..e4afeb0e3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -115,8 +115,9 @@ jobs: && coveralls --service=github - name: Invoke dockertesting image creation - if: ${{ always() && inputs.event_name == 'push' && env.triggerdockerbuild == 'yes' && inputs.xdist == 'no'}} - uses: benc-uk/workflow-dispatch@827565b908f387ffd483c84312273ae185c06c8a + if: ${{ always() && inputs.xdist == 'no'}} + # if: ${{ always() && inputs.event_name == 'push' && env.triggerdockerbuild == 'yes' && inputs.xdist == 'no'}} + uses: benc-uk/workflow-dispatch@v1.2.2 with: workflow: Update Image testing-${{ inputs.branch_name }} repo: Open-MSS/dockertesting From fb7e749177a0472bd8ed2cba4e2e342c6a673852 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Mon, 27 Mar 2023 00:19:56 +0200 Subject: [PATCH 2/2] original rules --- .github/workflows/testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e4afeb0e3..92edb2b64 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -115,8 +115,7 @@ jobs: && coveralls --service=github - name: Invoke dockertesting image creation - if: ${{ always() && inputs.xdist == 'no'}} - # if: ${{ always() && inputs.event_name == 'push' && env.triggerdockerbuild == 'yes' && inputs.xdist == 'no'}} + if: ${{ always() && inputs.event_name == 'push' && env.triggerdockerbuild == 'yes' && inputs.xdist == 'no'}} uses: benc-uk/workflow-dispatch@v1.2.2 with: workflow: Update Image testing-${{ inputs.branch_name }}