Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham authored Nov 28, 2023
1 parent bb1f321 commit e4c4746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Exit if pull request is from a fork
run: |
if [ "${{ github.event_name }}" == "pull_request" ] && [ "${{ github.event.pull_request.head.repo.name }}" != "${{ github.event.repository.name }}" ]; then
echo "Skiping workflow as this pull request is from a fork."
echo "Skipping workflow as this pull request is from a fork."
exit 78
fi
- uses: actions/checkout@v2
Expand Down

0 comments on commit e4c4746

Please sign in to comment.