Skip to content

Commit ad5cc60

Browse files
committed
test
1 parent cf0a5e0 commit ad5cc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
jobs:
2323
docker:
2424
# Disable the job in forks
25-
if: ${{ github.event_name == 'pull_request' || github.repository_owner == 'espressif' }}
25+
if: ${{ github.event_name == 'pull_request' }}
2626
name: Build docker image and push if needed
2727
runs-on: ubuntu-latest
2828
steps:

0 commit comments

Comments
 (0)