Skip to content

Commit

Permalink
CI: add note to keep job name in sync with bors workflow
Browse files Browse the repository at this point in the history
This was pointed out by tschwinge in a review [0]. Add a note to avoid
that error happening in future.

[0] #3262 (comment)

ChangeLog:
	* .github/workflows/ccpp.yml: Add note to keep in sync with
	.github/bors.toml.
  • Loading branch information
thesamesam committed Nov 23, 2024
1 parent df79b77 commit a146b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a146b89

Please sign in to comment.