Skip to content

Commit

Permalink
Merge pull request #1935 from github/henrymercer/ref-sha-input-reduce…
Browse files Browse the repository at this point in the history
…-ci-load

Remove 42 CI jobs by only running `ref` and `sha` input checks against a single CLI version
  • Loading branch information
henrymercer authored Oct 10, 2023
2 parents dfb913f + d52a751 commit 78bfd29
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 84 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/__analyze-ref-input.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 0 additions & 42 deletions .github/workflows/__upload-ref-sha-input.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pr-checks/checks/analyze-ref-input.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Analyze: 'ref' and 'sha' from inputs"
description: "Checks that specifying 'ref' and 'sha' as inputs works"
versions: ["default"]
steps:
- uses: ./../action/init
with:
Expand Down
1 change: 1 addition & 0 deletions pr-checks/checks/upload-ref-sha-input.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Upload-sarif: 'ref' and 'sha' from inputs"
description: "Checks that specifying 'ref' and 'sha' as inputs works"
versions: ["default"]
steps:
- uses: ./../action/init
with:
Expand Down

0 comments on commit 78bfd29

Please sign in to comment.