We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be76141 commit f5758b4Copy full SHA for f5758b4
.github/workflows/ci.yaml
@@ -84,9 +84,12 @@ jobs:
84
build:
85
name: Build
86
needs: were-indices-updated
87
- if: needs.were-indices-updated.outputs.indices_updated == 'false'
+ #if: needs.were-indices-updated.outputs.indices_updated == 'false'
88
runs-on: ubuntu-latest
89
steps:
90
+ - name: Test
91
+ run: |
92
+ echo ${{ needs.were-indices-updated.outputs.indices_updated }}
93
- name: Checkout repository
94
if: github.event_name != 'pull_request'
95
uses: actions/checkout@v4
0 commit comments