Skip to content

Commit f3a545f

Browse files
Fix
1 parent 1768793 commit f3a545f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
working-directory: tools/spectral/ipa/metrics/scripts
6666
run: node dataDump.js
6767

68-
# failure-handler:
69-
# name: Failure Handler
70-
# needs: [ release-IPA-metrics ]
71-
# if: ${{ failure() }}
72-
# uses: ./.github/workflows/failure-handler.yml
73-
# with:
74-
# env: ${{ env.OAS_BRANCH }}
75-
# release_name: "IPA Metrics"
76-
# secrets:
77-
# jira_api_token: ${{ secrets.JIRA_API_TOKEN }}
68+
failure-handler:
69+
name: Failure Handler
70+
needs: [ release-IPA-metrics ]
71+
if: ${{ failure() }}
72+
uses: ./.github/workflows/failure-handler.yml
73+
with:
74+
env: ${{ env.OAS_BRANCH }}
75+
release_name: "IPA Metrics"
76+
secrets:
77+
jira_api_token: ${{ secrets.JIRA_API_TOKEN }}

0 commit comments

Comments
 (0)