Skip to content

Commit

Permalink
Merge pull request #21 from amine-abdelli/fix/changelog-check
Browse files Browse the repository at this point in the history
ci(changelog-check): Change trigger condition
  • Loading branch information
amine-abdelli authored Mar 3, 2023
2 parents af62cee + 17a5cc0 commit 9ebaab8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/changelog-check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Changelog Check

on: workflow_call
on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
changelog_check:
runs-on: [self-hosted, Linux, standard]
runs-on: ubuntu-latest
name: 🩺 Check Changelog
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.1.3 - (03.03.2023)

_Fix_

- Fix CHANGELOG check

## 1.1.2 - (03.03.2023)

_CI_
Expand Down

0 comments on commit 9ebaab8

Please sign in to comment.