diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 60e025af92..5fafe82176 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,6 @@ jobs: uses: actions/checkout@v2 - name: Cache nltk data - if: ${{ !contains(github.event.head_commit.message, '/nocache') }} uses: actions/cache@v2 id: restore-cache with: @@ -60,7 +59,6 @@ jobs: uses: actions/checkout@v2 - name: Cache third party tools - if: ${{ !contains(github.event.head_commit.message, '/nocache') }} uses: actions/cache@v2 id: restore-cache with: @@ -98,7 +96,6 @@ jobs: if: runner.os == 'Linux' - name: Cache dependencies - if: ${{ !contains(github.event.head_commit.message, '/nocache') }} uses: actions/cache@v2 id: restore-cache with: