We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7d91b commit 96f0813Copy full SHA for 96f0813
.github/workflows/run_ci_checks.yaml
@@ -0,0 +1,15 @@
1
+---
2
+name: Run CI checks
3
+
4
+on:
5
+ pull_request:
6
+ types: "**"
7
+ branches: "**"
8
+ pull_request_review:
9
10
11
+jobs:
12
+ TriggerWorkfows:
13
+ uses: projectceladon/celadonworkflows/.github/workflows/trigger_ci.yml@v1.0
14
+ with:
15
+ EVENT: ${{ toJSON(github.event) }}
0 commit comments