From f73b602083a07d712e4af0f3cac1bb9c77c5831e Mon Sep 17 00:00:00 2001 From: Carly Gundy Date: Thu, 4 Jul 2024 05:57:31 +0000 Subject: [PATCH] fix(IDX): fix release workflow --- .github/workflows-source/release-testing.yml | 2 +- .github/workflows/release-testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows-source/release-testing.yml b/.github/workflows-source/release-testing.yml index 31125fb7921..d6b5430ec82 100644 --- a/.github/workflows-source/release-testing.yml +++ b/.github/workflows-source/release-testing.yml @@ -48,8 +48,8 @@ anchors: run: ./gitlab-ci/src/ci-scripts/before-script.sh jobs: - name: Check CI Main Failure ci-main-failure: + name: Check CI Main Failure runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'failure' }} steps: diff --git a/.github/workflows/release-testing.yml b/.github/workflows/release-testing.yml index b085b8bb53a..6b3b90857fd 100644 --- a/.github/workflows/release-testing.yml +++ b/.github/workflows/release-testing.yml @@ -26,8 +26,8 @@ env: BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} BUILDEVENT_DATASET: "github-ci-dfinity" jobs: - name: Check CI Main Failure ci-main-failure: + name: Check CI Main Failure runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'failure' }} steps: