diff --git a/.github/workflows/build-and-test-windows.yml b/.github/workflows/build-and-test-windows.yml index 16989ca54fa5..8fdde101ebd9 100644 --- a/.github/workflows/build-and-test-windows.yml +++ b/.github/workflows/build-and-test-windows.yml @@ -47,6 +47,7 @@ jobs: cache: false - name: Cache Go id: go-mod-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 6bab8624a622..6e0ac18b3fce 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -29,6 +29,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -82,6 +83,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -142,6 +144,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -164,6 +167,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -236,6 +240,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -312,6 +317,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -332,6 +338,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -357,6 +364,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -420,6 +428,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -554,6 +563,7 @@ jobs: mkdir bin/ dist/ - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 47fec8c39cb1..815779515839 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -35,6 +35,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 28b8a64c939a..6841e450e40a 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -20,6 +20,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -56,6 +57,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/load-tests.yml b/.github/workflows/load-tests.yml index a854e7a14f0a..d924fd08e9ed 100644 --- a/.github/workflows/load-tests.yml +++ b/.github/workflows/load-tests.yml @@ -31,6 +31,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | @@ -68,6 +69,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/prometheus-compliance-tests.yml b/.github/workflows/prometheus-compliance-tests.yml index e2f2a3f918ff..9cebf88ccade 100644 --- a/.github/workflows/prometheus-compliance-tests.yml +++ b/.github/workflows/prometheus-compliance-tests.yml @@ -30,6 +30,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: | diff --git a/.github/workflows/tidy-dependencies.yml b/.github/workflows/tidy-dependencies.yml index dc0777251ebc..5bec112ddfba 100644 --- a/.github/workflows/tidy-dependencies.yml +++ b/.github/workflows/tidy-dependencies.yml @@ -25,6 +25,7 @@ jobs: cache: false - name: Cache Go id: go-cache + timeout-minutes: 5 uses: actions/cache@v3 with: path: |