We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96ef71 commit 0f91d1bCopy full SHA for 0f91d1b
.github/workflows/build.yml
@@ -142,7 +142,7 @@ jobs:
142
dev_bucket: ${{ inputs.dev_bucket && format('de-dev-{0}', inputs.dev_bucket) || '' }}
143
checkbook:
144
needs: health_check
145
- if: inputs.dataset_name == 'checkbook' || inputs.dataset_name == 'all'
+ if: inputs.dataset_name == 'checkbook'
146
uses: ./.github/workflows/checkbook_build.yml
147
secrets: inherit
148
with:
0 commit comments