From 4a09057fcab2ef9f25ab2ed0a5d718b88908fe85 Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Tue, 20 Aug 2024 09:26:47 +0000 Subject: [PATCH] chore: use report-job-failure from sourcegraph/workflows --- .github/workflows/bazel-test-ownership-check.yml | 2 +- .github/workflows/buildchecker.yml | 2 +- .github/workflows/pg-utils.yml | 2 +- .github/workflows/pr-auditor.yml | 2 +- .github/workflows/tracking-issue.yml | 2 +- .github/workflows/universal-ctags.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bazel-test-ownership-check.yml b/.github/workflows/bazel-test-ownership-check.yml index e22c751e72625..b09e6f7c8ce4c 100644 --- a/.github/workflows/bazel-test-ownership-check.yml +++ b/.github/workflows/bazel-test-ownership-check.yml @@ -82,5 +82,5 @@ jobs: report_failure: needs: [checks] if: ${{ failure() && needs.checks.outputs.below-threshold != 'true' }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit diff --git a/.github/workflows/buildchecker.yml b/.github/workflows/buildchecker.yml index 2745686ce4cc3..352170ff3759a 100644 --- a/.github/workflows/buildchecker.yml +++ b/.github/workflows/buildchecker.yml @@ -30,5 +30,5 @@ jobs: report_failure: needs: run if: ${{ failure() }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit diff --git a/.github/workflows/pg-utils.yml b/.github/workflows/pg-utils.yml index 590e7433c6c58..d5da7335e2f34 100644 --- a/.github/workflows/pg-utils.yml +++ b/.github/workflows/pg-utils.yml @@ -117,5 +117,5 @@ jobs: report_failure: needs: [aarch64-darwin, x86_64-darwin, x86_64-linux] if: ${{ failure() }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit diff --git a/.github/workflows/pr-auditor.yml b/.github/workflows/pr-auditor.yml index b47c41ec9c2aa..cc990b948e458 100644 --- a/.github/workflows/pr-auditor.yml +++ b/.github/workflows/pr-auditor.yml @@ -23,5 +23,5 @@ jobs: report_failure: needs: check-pr if: ${{ failure() }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit diff --git a/.github/workflows/tracking-issue.yml b/.github/workflows/tracking-issue.yml index b0a98f6cfd59b..6e59a5aefe88c 100644 --- a/.github/workflows/tracking-issue.yml +++ b/.github/workflows/tracking-issue.yml @@ -14,5 +14,5 @@ jobs: report_failure: needs: sync-tracking-issues if: ${{ failure() }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit diff --git a/.github/workflows/universal-ctags.yml b/.github/workflows/universal-ctags.yml index ab96d89a7c8f9..c0f91d9683531 100644 --- a/.github/workflows/universal-ctags.yml +++ b/.github/workflows/universal-ctags.yml @@ -117,5 +117,5 @@ jobs: report_failure: needs: [aarch64-darwin, x86_64-darwin, x86_64-linux] if: ${{ failure() }} - uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main + uses: sourcegraph/workflows/.github/workflows/report-job-failure.yml@main secrets: inherit