Skip to content

Commit

Permalink
Revert "non-conventional message (#143)"
Browse files Browse the repository at this point in the history
This reverts commit 096f94e.
  • Loading branch information
aleksator authored Nov 5, 2023
1 parent 096f94e commit e2457e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: CI
on:
pull_request:
merge_group:
push:
branches: [ release, dev, test_merge_queue, test ]
branches: [ release, dev ]
schedule: [ cron: "0 6 * * 4" ]

env:
Expand Down Expand Up @@ -104,12 +103,11 @@ jobs:
check_commit_conventions:
name: Commit messages follow project guidelines
runs-on: ubuntu-latest
if: ${{ github.event_name == 'merge_group' }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check commit conventions
uses: wagoid/commitlint-github-action@v2
with:
configFile: .commitlintrc.yml
configFile: .commitlintrc.yml

0 comments on commit e2457e5

Please sign in to comment.