Skip to content

Commit

Permalink
Do not label auto-generated toolchain PR
Browse files Browse the repository at this point in the history
Creating the PR with the Z-BenchCI label will not actually trigger the
performance benchmarking workflow: that workflow is conditional on the
label newly being attached to an existing PR. Consequently, one had to
remove and then re-add the label for the workflow to be triggered (see
 model-checking#2752 for an example).
  • Loading branch information
tautschnig committed Sep 9, 2023
1 parent 1d7b0f9 commit 007f266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/toolchain-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
branch: toolchain-${{ env.next_toolchain_date }}
delete-branch: true
title: 'Automatic toolchain upgrade to nightly-${{ env.next_toolchain_date }}'
labels: Z-BenchCI
body: >
Update Rust toolchain from nightly-${{ env.current_toolchain_date }} to
nightly-${{ env.next_toolchain_date }} without any other source changes.
Expand Down

0 comments on commit 007f266

Please sign in to comment.