Skip to content

Commit

Permalink
Update run_ci_checks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xshahbazintel committed Jul 11, 2023
1 parent 15e7cda commit cc4ff47
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/run_ci_checks.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
name: Run CI checks

on:
pull_request:
types: "**"
branches: "**"
pull_request_review:
types: "**"
branches: "**"
jobs:
TriggerWorkfows:
uses: projectceladon/celadonworkflows/.github/workflows/[email protected]
with:
EVENT: ${{ toJSON(github.event) }}
name: Run CI checks

on:
pull_request:
types: "**"
branches: "**"
pull_request_review:
types: "**"
branches: "**"
jobs:
TriggerWorkfows:
uses: projectceladon/celadonworkflows/.github/workflows/[email protected]
with:
EVENT: ${{ toJson(github.event) }}

0 comments on commit cc4ff47

Please sign in to comment.