diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index b3cbc0650..b811b2839 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -12,7 +12,7 @@ jobs: name: Performs sanity test on MetricsHub archive on Debian steps: - name: print debug - run: echo ${{ github.event.workflow_run.id }} + run: echo ${{ github.event }} - name: Download artifacts uses: actions/download-artifact@v4 with: