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