Skip to content

Commit

Permalink
Merge pull request #61 from conventional-changelog/master
Browse files Browse the repository at this point in the history
[pull] master from conventional-changelog:master
  • Loading branch information
ammar-ahmed-butt authored Oct 6, 2024
2 parents e5b01eb + 4bfe1ae commit 2c6230a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'Dockerfile.ci'
jobs:
container-build:
if: github.repository == 'conventional-changelog/commitlint'
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ concurrency:
jobs:
# Build job
build:
if: github.repository == 'conventional-changelog/commitlint'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:

# Deployment job
deploy:
if: github.repository == 'conventional-changelog/commitlint'
environment:
name: docs
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 2c6230a

Please sign in to comment.