Skip to content

Commit

Permalink
updated github workflows file
Browse files Browse the repository at this point in the history
  • Loading branch information
xshahbazintel committed Apr 10, 2023
1 parent ff8fa2b commit 9ff222c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
18 changes: 0 additions & 18 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/trigger_ci.yml@v1.0
with:
EVENT: ${{ toJSON(github.event) }}

0 comments on commit 9ff222c

Please sign in to comment.