From 4432608517daaf13500d3b1538e6279aae7767d3 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 13 Jan 2021 13:00:18 +0100 Subject: [PATCH] Regenerated CI, hope to fix image. --- .github/workflows/requirements2png.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements2png.yml b/.github/workflows/requirements2png.yml index 4710717..e94938d 100644 --- a/.github/workflows/requirements2png.yml +++ b/.github/workflows/requirements2png.yml @@ -17,7 +17,7 @@ jobs: with: path: ${{ github.repository }} - name: create png - uses: robertdebock/graphviz-action@1.0.6 + uses: robertdebock/graphviz-action@1.0.7 - name: Commit files run: | cd ${{ github.repository }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34a45a0..a546faf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ molecule: script: - image=${image} tag=${tag} molecule test rules: - - if: $CI_COMMIT_TAG == null + - if: $CI_COMMIT_REF_NAME == "master" retry: 2 parallel: matrix: