Skip to content

Commit 4d76e2d

Browse files
committed
Always publish GCS artifacts
1 parent 55def50 commit 4d76e2d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/cd.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -378,13 +378,7 @@ jobs:
378378
- ci
379379
- define-variables
380380

381-
# TODO: change to "ops || prod" after testing
382-
# TODO: ensure it works with gcs-only = true (deploy is skipped, but we have "deploy" in needs)
383-
if: >-
384-
${{
385-
!inputs.docs-only &&
386-
(contains(fromJSON(needs.define-variables.outputs.environments), 'dev'))
387-
}}
381+
if: ${{ !inputs.docs-only }}
388382

389383
strategy:
390384
matrix:

0 commit comments

Comments
 (0)