Skip to content

Commit

Permalink
Merge pull request #144 from pubgrub-rs/test_merge_queue
Browse files Browse the repository at this point in the history
non-conventional message
  • Loading branch information
aleksator authored Nov 5, 2023
2 parents eb73235 + 359c553 commit b05408f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: CI
on:
pull_request:
merge_group:
push:
branches: [ release, dev ]
branches: [ release, dev, test_merge_queue, test ]
schedule: [ cron: "0 6 * * 4" ]

env:
Expand Down Expand Up @@ -103,11 +104,12 @@ 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 b05408f

Please sign in to comment.