Skip to content

Commit

Permalink
Add badge and add condition to forked workflow (#93)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
gionn authored Oct 28, 2024
1 parent 4d2b5c4 commit a473761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
jobs:
pre-commit:
runs-on: ubuntu-latest
# if github.event.pull_request.head.repo.fork TODO: enable when repo is public
if: github.event.pull_request.head.repo.fork
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v7.1.1

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Alfresco Dockerfiles Bakery 🍞

[![release](https://img.shields.io/github/v/release/Alfresco/alfresco-dockerfiles-bakery?display_name=release)](https://github.com/Alfresco/alfresco-dockerfiles-bakery/releases/latest)
[![CI](https://github.com/Alfresco/alfresco-dockerfiles-bakery/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/Alfresco/alfresco-dockerfiles-bakery/actions/workflows/build_and_test.yml)
[![CI from forks](https://github.com/Alfresco/alfresco-dockerfiles-bakery/actions/workflows/build_forks.yml/badge.svg)](https://github.com/Alfresco/alfresco-dockerfiles-bakery/actions/workflows/build_forks.yml)

Expand Down

0 comments on commit a473761

Please sign in to comment.