Skip to content

Commit 81bcd5f

Browse files
committed
Merge branch 'development' into ic/feature/refactor-unlock-panel-comp
2 parents 235fd1f + 96ccca5 commit 81bcd5f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/changelog.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CHANGELOG entry secretary"
1+
name: 'CHANGELOG entry secretary'
22
on:
33
pull_request:
44
branches: [main, development]
@@ -9,8 +9,9 @@ on:
99
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
1010

1111
jobs:
12-
# Enforces the update of a changelog file on every pull request
12+
# Enforces the update of a changelog file on every pull request
1313
changelog:
1414
runs-on: ubuntu-latest
15+
if: ${{ !github.event.pull_request.draft }}
1516
steps:
16-
- uses: dangoslen/changelog-enforcer@v3
17+
- uses: dangoslen/changelog-enforcer@v3

.github/workflows/pre-merge-unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 'Stencil Unit Tests'
22
on:
33
pull_request:
4+
types: [opened, synchronize, reopened, ready_for_review]
45
branches: [main, development]
56
paths:
67
- 'src/**'
@@ -18,6 +19,7 @@ concurrency:
1819
jobs:
1920
run-unit-tests:
2021
runs-on: ubuntu-latest
22+
if: ${{ !github.event.pull_request.draft }}
2123
steps:
2224
- name: Fix permissions
2325
run: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- [Added skip tests if PR is in draft](https://github.com/multiversx/mx-sdk-dapp-ui/pull/265)
1011
- [Refactored unlock panel components](https://github.com/multiversx/mx-sdk-dapp-ui/pull/255)
1112
- [Added github release on publish](https://github.com/multiversx/mx-sdk-dapp-ui/pull/264)
1213

0 commit comments

Comments
 (0)