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 84d47be commit dc732f7Copy full SHA for dc732f7
.github/workflows/validate-apis.yml
@@ -82,14 +82,14 @@ jobs:
82
node scripts/clone-elasticsearch/index.js --branch $branch
83
84
- name: Run validation (Push)
85
- if: github.event_name == 'push'
+ if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
86
working-directory: ./clients-flight-recorder/scripts/types-validator
87
env:
88
BRANCH: ${{ github.ref_name }}
89
run: node index.js --generate-report --ci --branch $BRANCH
90
91
- name: Save JSON report
92
93
uses: actions/cache/save@v4
94
with:
95
path: ./clients-flight-recorder/recordings/types-validation/types-validation.json
0 commit comments