Remove redundant PR check
This is no longer necessary now that this feature is enabled by default.
This commit is contained in:
parent
159c618fd0
commit
42c6f6c925
2 changed files with 0 additions and 140 deletions
|
|
@ -1,36 +0,0 @@
|
|||
name: "Scaling reserved RAM"
|
||||
description: "An end-to-end integration test of a multi-language repository with the scaling_reserved_ram feature flag enabled"
|
||||
operatingSystems: ["macos", "ubuntu"]
|
||||
excludeOsAndVersionCombination: [
|
||||
# Known failure for Swift on Linux before CLI v2.17.4.
|
||||
[ "ubuntu", "stable-20230403" ],
|
||||
[ "ubuntu", "stable-v2.13.5" ],
|
||||
[ "ubuntu", "stable-v2.14.6" ],
|
||||
[ "ubuntu", "stable-v2.15.5" ],
|
||||
[ "ubuntu", "stable-v2.16.6" ],
|
||||
]
|
||||
env:
|
||||
CODEQL_ACTION_SCALING_RESERVED_RAM: true
|
||||
steps:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ">=1.21.0"
|
||||
|
||||
- uses: ./../action/init
|
||||
id: init
|
||||
with:
|
||||
db-location: "${{ runner.temp }}/customDbLocation"
|
||||
tools: ${{ steps.prepare-test.outputs.tools-url }}
|
||||
|
||||
- uses: ./../action/.github/actions/setup-swift
|
||||
with:
|
||||
codeql-path: ${{ steps.init.outputs.codeql-path }}
|
||||
|
||||
- name: Build code
|
||||
shell: bash
|
||||
run: ./build.sh
|
||||
|
||||
- uses: ./../action/analyze
|
||||
id: analysis
|
||||
with:
|
||||
upload-database: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue