From a146b89263a62bf2ba82323977a8d6308df1bc7e Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 23 Nov 2024 00:33:58 +0000 Subject: [PATCH] CI: add note to keep job name in sync with bors workflow This was pointed out by tschwinge in a review [0]. Add a note to avoid that error happening in future. [0] https://github.com/Rust-GCC/gccrs/pull/3262#discussion_r1854826224 ChangeLog: * .github/workflows/ccpp.yml: Add note to keep in sync with .github/bors.toml. --- .github/workflows/ccpp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index d74588a2407..b2309b7878a 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -266,6 +266,7 @@ jobs: exit 0; \ fi + # This job name must be kept in sync with .github/bors.toml. build-and-check-gcc-5: runs-on: ubuntu-22.04