diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbbc15912..5db1f2d49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,18 @@ name: ci + +# FIXME remove and uncomment !!! on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - schedule: - - cron: '0 1 * * 1' # At 01:00 on Monday workflow_dispatch: +#on: +# push: +# branches: [ master ] +# pull_request: +# branches: [ master ] +# schedule: +# - cron: '0 1 * * 1' # At 01:00 on Monday +# workflow_dispatch: + jobs: ci: strategy: @@ -118,8 +123,7 @@ jobs: echo "date=$(/bin/date -u "+%Y-%U")" >> $GITHUB_OUTPUT shell: bash - name: Set docker cache - uses: satackey/action-docker-layer-caching@v0.0.11 - continue-on-error: true + uses: ScribeMD/docker-cache@0.5.0 with: key: ${{ runner.os }}-docker-${{ steps.get-year-week.outputs.date }} # year-week key - name: Prepare dependencies