Skip to content

Commit

Permalink
Merge branch 'main' into runtime_select_event_loop
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera authored Nov 12, 2024
2 parents 8be6cd2 + c15417b commit ab05a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proof-alarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check
run: |
TMPFILE=$(mktemp)
echo "c624a28de5af7f851a240a1e65a26c01 source/linux/epoll_event_loop.c" > $TMPFILE
echo "1fdf8e7a914412cc7242b8d64732fa89 source/linux/epoll_event_loop.c" > $TMPFILE
md5sum --check $TMPFILE
# No further steps if successful
Expand Down

0 comments on commit ab05a35

Please sign in to comment.