We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b7073 commit cc623e3Copy full SHA for cc623e3
.github/workflows/validate-apis.yml
@@ -93,8 +93,6 @@ jobs:
93
with:
94
path: ./clients-flight-recorder/recordings/types-validation/types-validation.json
95
key: types-validation-json-${{ format('{0}-{1}', github.ref_name, github.sha) }}
96
- restore-keys: |
97
- types-validation-json-${{ github.ref_name }}-
98
99
- name: Run validation (PR)
100
if: github.event_name == 'pull_request'
0 commit comments