Skip to content

Commit

Permalink
chore(cocogitto): merge push and pull request checks
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 21, 2023
1 parent 1adffd7 commit 4a5c562
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/cocogitto-pull-request.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Conventional Commits Compliance (push)
on: [push]
name: Conventional Commits Compliance

on:
push:
pull_request:

jobs:
cog_check_job:
runs-on: ubuntu-latest
name: check conventional commit compliance
name: Check conventional commit compliance
steps:
- uses: actions/checkout@v4.1.0
with:
Expand Down

0 comments on commit 4a5c562

Please sign in to comment.