Skip to content

Commit

Permalink
Do not run docker build on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Giesenow committed Dec 21, 2023
1 parent 51fff13 commit 0836498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
jobs:
build-and-push-image:
name: PHP ${{ matrix.php-version }}, Fixer ${{ github.ref == 'refs/heads/master' && 'edge' || github.ref_name }}
if: github.repository == 'PHP-CS-Fixer/PHP-CS-Fixer'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 0836498

Please sign in to comment.