Skip to content

Commit 39bffc3

Browse files
committed
tmp ci always build release
1 parent c13fb33 commit 39bffc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,7 @@ jobs:
281281
if: ${{ vars.CI_ENABLE_BUILD && (github.event_name == 'release' || github.event_name == 'schedule' || needs.paths-filter.outputs.app == 'true' || needs.paths-filter.outputs.data == 'true' || needs.paths-filter.outputs.data-storage-couchdb == 'true' || needs.paths-filter.outputs.epc-utils == 'true' || needs.paths-filter.outputs.integration-airtable == 'true') && ((github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || (!github.event.pull_request.draft && github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.clone_url == github.event.pull_request.base.repo.clone_url)) }}
282282
uses: ./.github/workflows/build_app.yml
283283
with:
284-
build-release: ${{ github.event_name == 'release' }}
284+
# TMP
285+
# build-release: ${{ github.event_name == 'release' }}
286+
build-release: true
285287
secrets: inherit

0 commit comments

Comments
 (0)