From dec2be92168e8198207f96c5e58fa5858d9ffc6a Mon Sep 17 00:00:00 2001 From: sjshweta Date: Mon, 26 Feb 2024 12:18:02 +0530 Subject: [PATCH] Add github workflows --- .github/workflows/run_ci_checks.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/run_ci_checks.yaml diff --git a/.github/workflows/run_ci_checks.yaml b/.github/workflows/run_ci_checks.yaml new file mode 100644 index 0000000000000..30c59f16b15fe --- /dev/null +++ b/.github/workflows/run_ci_checks.yaml @@ -0,0 +1,15 @@ +--- +name: Run CI checks +on: + pull_request: + types: "**" + branches: "**" + pull_request_review: + types: "**" + branches: "**" +permissions: read-all +jobs: + TriggerWorkfows: + uses: projectceladon/celadonworkflows/.github/workflows/trigger_ci.yml@v1.0 + with: + EVENT: ${{ toJSON(github.event) }} \ No newline at end of file