From 92151324e2801d1d8c4d2a2867aa725fb5f6b77f Mon Sep 17 00:00:00 2001 From: Sachin Hulyalkar Date: Tue, 1 Jul 2025 17:14:22 +0200 Subject: [PATCH 1/2] Adding a test workflow for a POC --- .github/workflows/sachinh-test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/sachinh-test.yml diff --git a/.github/workflows/sachinh-test.yml b/.github/workflows/sachinh-test.yml new file mode 100644 index 00000000..aa2b2528 --- /dev/null +++ b/.github/workflows/sachinh-test.yml @@ -0,0 +1,8 @@ +name: hello-world +on: push +jobs: + my-job: + runs-on: ubuntu-latest + steps: + - name: my-step + run: echo "Hello World!" \ No newline at end of file From a1d2acd2b2568d1b4706d078ec0afe16481b6503 Mon Sep 17 00:00:00 2001 From: Sachin Hulyalkar Date: Tue, 1 Jul 2025 17:14:22 +0200 Subject: [PATCH 2/2] Adding a test workflow for a POC --- .github/workflows/sachinh-test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/sachinh-test.yml diff --git a/.github/workflows/sachinh-test.yml b/.github/workflows/sachinh-test.yml new file mode 100644 index 00000000..aa2b2528 --- /dev/null +++ b/.github/workflows/sachinh-test.yml @@ -0,0 +1,8 @@ +name: hello-world +on: push +jobs: + my-job: + runs-on: ubuntu-latest + steps: + - name: my-step + run: echo "Hello World!" \ No newline at end of file