diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76944829ec6fcf1b0862675d9a370a3966ead667..a84035e417f52426359c7969d3a690e09ea4c0f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,6 +151,12 @@ jobs: echo Version $CODIES_VERSION echo "::set-env name=CODIES_VERSION::$CODIES_VERSION" + - name: Turnstyle + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + uses: softprops/turnstyle@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Build / push image uses: whoan/docker-build-with-cache-action@v4 with: