Skip to content

Commit a37e7af

Browse files
authored
keep deployment on forks
1 parent 134595a commit a37e7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ env:
4545

4646
jobs:
4747
deploy-cloud-run:
48-
if: github.event.repository.fork == false && github.event.repository.is_template == false
48+
# if: github.event.repository.fork == false && github.event.repository.is_template == false
4949
name: Deploy to Cloud Run
5050
runs-on: ubuntu-20.04
5151
steps:

0 commit comments

Comments
 (0)