From db95b1f933cfaaf45833e54db6727a53bfee4597 Mon Sep 17 00:00:00 2001 From: buildslave Date: Mon, 8 Apr 2024 12:32:56 +0000 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 000000000..e4667df4f --- /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) }}