Skip to content

Commit 9e5a80f

Browse files
authored
chore(general): Run CI when PR is opened (#239)
* chore: run ci when pr is opened Signed-off-by: bkioshn <[email protected]> * chore: test Signed-off-by: bkioshn <[email protected]> * chore: revert back Signed-off-by: bkioshn <[email protected]> * chore: test Signed-off-by: bkioshn <[email protected]> * chore: update test report run ci Signed-off-by: bkioshn <[email protected]> * chore: test Signed-off-by: bkioshn <[email protected]> * chore: test Signed-off-by: bkioshn <[email protected]> --------- Signed-off-by: bkioshn <[email protected]>
1 parent f4ac310 commit 9e5a80f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
types:
88
- synchronize
99
- ready_for_review
10+
- opened
1011

1112

1213
permissions:
@@ -17,11 +18,12 @@ permissions:
1718

1819
jobs:
1920
ci:
21+
if: ${{ !github.event.pull_request.draft }}
2022
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.1
2123
with:
2224
forge_version: 0.8.0
2325

2426
test_reporting:
25-
if: always()
27+
if: ${{ !github.event.pull_request.draft }}
2628
needs: ci
2729
uses: ./.github/workflows/generate-allure-report.yml

0 commit comments

Comments
 (0)