diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d83b70c..eca34c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Check for registry credentials - if: github.repository == 'MariaDB/mariadb-docker' && github.ref == 'refs/heads/master' && {{ matrix.directory != 10.5 }} + if: github.repository == 'MariaDB/mariadb-docker' && github.ref == 'refs/heads/master' run: | missing=() [[ -n "${{ secrets.MARIADB_OPERATOR_TOKEN }}" ]] || missing+=(MARIADB_OPERATOR_TOKEN)