Skip to content

Commit 0f91d1b

Browse files
committed
drop checkbook from nightly qa builds
1 parent c96ef71 commit 0f91d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
dev_bucket: ${{ inputs.dev_bucket && format('de-dev-{0}', inputs.dev_bucket) || '' }}
143143
checkbook:
144144
needs: health_check
145-
if: inputs.dataset_name == 'checkbook' || inputs.dataset_name == 'all'
145+
if: inputs.dataset_name == 'checkbook'
146146
uses: ./.github/workflows/checkbook_build.yml
147147
secrets: inherit
148148
with:

0 commit comments

Comments
 (0)