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: