Skip to content

Commit

Permalink
Enable license checks on selfhosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 26, 2024
1 parent 7ea76e3 commit 7297558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ghworkflow/workflow_checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func checksWorkflow(cfg *core.GithubWorkflowConfiguration, ignoreWords []string)
w := newWorkflow("Checks", cfg.Global.DefaultBranch, nil)
j := baseJobWithGo("Checks", cfg.IsSelfHostedRunner, cfg.Global.GoVersion)

if cfg.SecurityChecks.Enabled && !cfg.IsSelfHostedRunner {
if cfg.SecurityChecks.Enabled {
j.addStep(jobStep{
Name: "Dependency Licenses Review",
Run: "make check-dependency-licenses",
Expand Down

0 comments on commit 7297558

Please sign in to comment.