Skip to content

Commit cbaa0b1

Browse files
bors[bot]taiki-e
andauthored
Merge #978
978: Fix CI failure r=taiki-e a=taiki-e Co-authored-by: Taiki Endo <[email protected]>
2 parents 94e0400 + b6010ce commit cbaa0b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
echo "::set-output name=success::false"
131131
fi
132132
if: github.repository_owner == 'crossbeam-rs' && github.event_name == 'schedule'
133-
- uses: taiki-e/create-pull-request@v3
133+
- uses: peter-evans/create-pull-request@v5
134134
with:
135135
title: Update no_atomic.rs
136136
body: |

ci/tsan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ race:crossbeam_deque*push
1010
race:crossbeam_deque*steal
1111

1212
# Non-lock-free AtomicCell uses SeqLock which uses fences.
13-
race:crossbeam_utils::atomic::atomic_cell::AtomicCell<T>::compare_exchange
13+
race:crossbeam_utils::atomic::atomic_cell::atomic_compare_exchange_weak

0 commit comments

Comments
 (0)