From a3fe11224b0a788542e56f42f37601b9e87da217 Mon Sep 17 00:00:00 2001 From: githubutsav Date: Fri, 26 Jun 2026 14:55:11 +0000 Subject: [PATCH 1/2] test:intensionally breaking ci --- .github/workflows/hello.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 398abcc..e5a8b45 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -11,7 +11,7 @@ on: jobs: validate: - runs-on: ubuntu-latest + runs-on: ubuntu-break steps: - name: Checkout Repository From af8c39680849aecda809bece0ef2b8d15fd0874c Mon Sep 17 00:00:00 2001 From: githubutsav Date: Fri, 26 Jun 2026 15:08:10 +0000 Subject: [PATCH 2/2] fix:now fixing the ci --- .github/workflows/hello.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index e5a8b45..398abcc 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -11,7 +11,7 @@ on: jobs: validate: - runs-on: ubuntu-break + runs-on: ubuntu-latest steps: - name: Checkout Repository