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: