Skip to content

Commit a7c9199

Browse files
walison17avelino
authored andcommitted
Dont run docker build job on forks
1 parent 8d77e3f commit a7c9199

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
@@ -9,11 +9,11 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
if: github.repository == 'talkdai/dialog'
1213
environment: build
1314
defaults:
1415
run:
1516
shell: bash
16-
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:

0 commit comments

Comments
 (0)