From 16c7421bc2286f6a143a4ba4088a19586968d3fd Mon Sep 17 00:00:00 2001 From: xshahbazintel Date: Mon, 8 Apr 2024 17:46:21 +0530 Subject: [PATCH] added 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 00000000000..e4667df4fb8 --- /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) }}