Skip to content

Commit

Permalink
Merge branch 'projectceladon:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hao-yao committed Apr 17, 2023
2 parents 7df29e3 + 096507f commit 63d43e4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/Runchecks.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/run_ci_checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Run CI checks

on:
pull_request:
types: [opened, synchronize, reopened, labeled]
branches: "**"
pull_request_review:
types: [submitted]
branches: "**"
jobs:
TriggerWorkfows:
uses: projectceladon/celadonworkflows/.github/workflows/[email protected]
with:
EVENT: ${{ toJSON(github.event) }}

0 comments on commit 63d43e4

Please sign in to comment.