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 1768793 commit f3a545fCopy full SHA for f3a545f
.github/workflows/release-IPA-metrics.yml
@@ -65,13 +65,13 @@ jobs:
65
working-directory: tools/spectral/ipa/metrics/scripts
66
run: node dataDump.js
67
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 }}
+ failure-handler:
+ name: Failure Handler
+ needs: [ release-IPA-metrics ]
+ if: ${{ failure() }}
+ uses: ./.github/workflows/failure-handler.yml
+ with:
+ env: ${{ env.OAS_BRANCH }}
+ release_name: "IPA Metrics"
+ secrets:
+ jira_api_token: ${{ secrets.JIRA_API_TOKEN }}
0 commit comments