| commit | c31398653c76f7a1a445dc40331c9231731bb61d | [log] [tgz] |
|---|---|---|
| author | Michael Suo <suo@fb.com> | Mon Jun 13 11:52:57 2022 -0700 |
| committer | PyTorch MergeBot <pytorchmergebot@users.noreply.github.com> | Mon Jun 13 18:56:28 2022 +0000 |
| tree | 6f25229a06e20284b64a1608a6b5ebb642661980 | |
| parent | d42d5fe778f6e0dd0a2bd7e96fb00b2894353861 [diff] |
[ci] turn sccache stats error into warning This unbreaks ci Pull Request resolved: https://github.com/pytorch/pytorch/pull/79443 Approved by: https://github.com/janeyx99
diff --git a/.github/workflows/_linux-build.yml b/.github/workflows/_linux-build.yml index 4ca1802..9a9cae0 100644 --- a/.github/workflows/_linux-build.yml +++ b/.github/workflows/_linux-build.yml
@@ -147,7 +147,7 @@ s3-prefix: | ${{ github.repository }}/${{ github.run_id }}/${{ github.run_attempt }}/artifact retention-days: 365 - if-no-files-found: error + if-no-files-found: warn path: sccache-stats-*.json - name: Teardown Linux
diff --git a/.github/workflows/_win-build.yml b/.github/workflows/_win-build.yml index f6405b0..b33af2e 100644 --- a/.github/workflows/_win-build.yml +++ b/.github/workflows/_win-build.yml
@@ -97,7 +97,7 @@ s3-prefix: | ${{ github.repository }}/${{ github.run_id }}/${{ github.run_attempt }}/artifact retention-days: 14 - if-no-files-found: error + if-no-files-found: warn path: sccache-stats-*.json - name: Teardown Windows