Skip to content

Commit f5758b4

Browse files
committed
test
1 parent be76141 commit f5758b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,12 @@ jobs:
8484
build:
8585
name: Build
8686
needs: were-indices-updated
87-
if: needs.were-indices-updated.outputs.indices_updated == 'false'
87+
#if: needs.were-indices-updated.outputs.indices_updated == 'false'
8888
runs-on: ubuntu-latest
8989
steps:
90+
- name: Test
91+
run: |
92+
echo ${{ needs.were-indices-updated.outputs.indices_updated }}
9093
- name: Checkout repository
9194
if: github.event_name != 'pull_request'
9295
uses: actions/checkout@v4

0 commit comments

Comments
 (0)