diff --git a/.github/workflows/validate-workflows.yml b/.github/workflows/validate-workflows.yml index cdd6203..dc7ff9f 100644 --- a/.github/workflows/validate-workflows.yml +++ b/.github/workflows/validate-workflows.yml @@ -15,27 +15,3 @@ jobs: - uses: actions/checkout@v6 - name: Validate with actionlint uses: docker://rhysd/actionlint:latest - - report-build-success: - needs: [lint] - if: ${{ github.event_name == 'push' && success() }} - uses: ./.github/workflows/compass-reporter.yml - with: - metricType: branch-status - metricValue: 1 - secrets: - JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} - JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} - BOT_TOKEN: ${{ secrets.BOT_TOKEN }} - - report-build-failure: - needs: [lint] - if: ${{ github.event_name == 'push' && failure() }} - uses: ./.github/workflows/compass-reporter.yml - with: - metricType: branch-status - metricValue: 0 - secrets: - JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} - JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} - BOT_TOKEN: ${{ secrets.BOT_TOKEN }}