Skip to content

Commit 78bfd29

Browse files
authored
Merge pull request #1935 from github/henrymercer/ref-sha-input-reduce-ci-load
Remove 42 CI jobs by only running `ref` and `sha` input checks against a single CLI version
2 parents dfb913f + d52a751 commit 78bfd29

File tree

4 files changed

+2
-84
lines changed

4 files changed

+2
-84
lines changed

.github/workflows/__analyze-ref-input.yml

Lines changed: 0 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__upload-ref-sha-input.yml

Lines changed: 0 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/analyze-ref-input.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Analyze: 'ref' and 'sha' from inputs"
22
description: "Checks that specifying 'ref' and 'sha' as inputs works"
3+
versions: ["default"]
34
steps:
45
- uses: ./../action/init
56
with:

pr-checks/checks/upload-ref-sha-input.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Upload-sarif: 'ref' and 'sha' from inputs"
22
description: "Checks that specifying 'ref' and 'sha' as inputs works"
3+
versions: ["default"]
34
steps:
45
- uses: ./../action/init
56
with:

0 commit comments

Comments
 (0)