Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add link about the constraint on job name
  • Loading branch information
cbeauchesne committed May 13, 2025
commit 396b5759230fbcd3dd0eea110ba7af651f5eb647
4 changes: 3 additions & 1 deletion .github/workflows/check-ci-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ permissions:

jobs:
check-ci-pipelines:
name: check-ci-pipelines # do not change this name, it must be equal to job id
# Do not change this name, it must be equal to job id
# https://github.com/DataDog/ensure-ci-success/blob/main/docs/limitations.md#do-not-set-a-name-to-the-job-shipping-ensure-ci-success
name: check-ci-pipelines
runs-on: ubuntu-latest
steps:
- name: Run Ensure CI Success
Expand Down
Loading