diff --git a/.github/workflows/__cpp-deptrace-disabled.yml b/.github/workflows/__cpp-deptrace-disabled.yml index 0a76d0ac71..cf6dced2be 100644 --- a/.github/workflows/__cpp-deptrace-disabled.yml +++ b/.github/workflows/__cpp-deptrace-disabled.yml @@ -3,7 +3,7 @@ # (cd pr-checks; pip install ruamel.yaml@0.17.31 && python3 sync.py) # to regenerate this file. -name: 'PR Check - Cpp: disabling autoinstalling dependencies' +name: 'PR Check - C/C++: disabling autoinstalling dependencies (Linux)' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GO111MODULE: auto @@ -31,7 +31,7 @@ jobs: version: default - os: ubuntu-latest version: nightly-latest - name: 'Cpp: disabling autoinstalling dependencies' + name: 'C/C++: disabling autoinstalling dependencies (Linux)' permissions: contents: read security-events: write @@ -70,7 +70,7 @@ jobs: - shell: bash run: | if ls /usr/bin/errno; then - echo "Did autoinstall errno, and it should not have" + echo "C/C++ autobuild installed errno, but it should not have since auto-install dependencies is disabled." exit 1 fi env: diff --git a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml index aea1411d87..97ab748d83 100644 --- a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml +++ b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml @@ -3,7 +3,7 @@ # (cd pr-checks; pip install ruamel.yaml@0.17.31 && python3 sync.py) # to regenerate this file. -name: 'PR Check - Cpp: disabling autoinstalling dependencies' +name: 'PR Check - C/C++: autoinstalling dependencies is skipped (macOS)' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GO111MODULE: auto @@ -27,7 +27,7 @@ jobs: include: - os: macos-latest version: nightly-latest - name: 'Cpp: disabling autoinstalling dependencies' + name: 'C/C++: autoinstalling dependencies is skipped (macOS)' permissions: contents: read security-events: write diff --git a/.github/workflows/__cpp-deptrace-enabled.yml b/.github/workflows/__cpp-deptrace-enabled.yml index 110a9a1bc2..375d1b0bfb 100644 --- a/.github/workflows/__cpp-deptrace-enabled.yml +++ b/.github/workflows/__cpp-deptrace-enabled.yml @@ -3,7 +3,7 @@ # (cd pr-checks; pip install ruamel.yaml@0.17.31 && python3 sync.py) # to regenerate this file. -name: 'PR Check - Cpp: enabling autoinstalling dependencies' +name: 'PR Check - C/C++: autoinstalling dependencies (Linux)' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GO111MODULE: auto @@ -31,7 +31,7 @@ jobs: version: default - os: ubuntu-latest version: nightly-latest - name: 'Cpp: enabling autoinstalling dependencies' + name: 'C/C++: autoinstalling dependencies (Linux)' permissions: contents: read security-events: write