Skip to content

Commit cc623e3

Browse files
authored
Fix GitHub Actions warning (#5494) (#5538)
(cherry picked from commit e49b8a9)
1 parent 76b7073 commit cc623e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/validate-apis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
with:
9494
path: ./clients-flight-recorder/recordings/types-validation/types-validation.json
9595
key: types-validation-json-${{ format('{0}-{1}', github.ref_name, github.sha) }}
96-
restore-keys: |
97-
types-validation-json-${{ github.ref_name }}-
9896

9997
- name: Run validation (PR)
10098
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)