Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed May 1, 2024
1 parent 7e71031 commit a2371db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/llhttp-wasm-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fi
done < files.txt
echo "Should run integrity check $(cat $GITHUB_OUTPUT)"
echo "GITHUB_OUTPUT: $(cat $GITHUB_OUTPUT)"
llhttp-wasm:
if: ${{ github.event_name == 'pull_request' && needs.check.outputs.run_job == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:

test-llhttp-integrity:
name: Ensure integrity of llhttp wasm files
uses: uzlopak/undici/.github/workflows/llhttp-wasm-integrity.yml@llhttp-integrity
uses: nodejs/undici/.github/workflows/llhttp-wasm-integrity.yml@main

automerge:
if: >
Expand Down

0 comments on commit a2371db

Please sign in to comment.