Sync PR checks

This commit is contained in:
Paolo Tranquilli
2023-10-25 13:34:17 +02:00
parent e3f5f833da
commit f1b64d85e4
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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:
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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