Skip to content

Commit

Permalink
Update scorecards.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franchb committed Jul 7, 2024
1 parent 57a874e commit 542b0d8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ on:
- cron: '20 7 * * 2'
push:
branches: ["main"]

workflow_call:
inputs:
skipTests:
description: 'Skip tests, useful when there is a dedicated CI job for tests'
default: false
required: false
type: boolean
# Declare default permissions as read only.
permissions: read-all

Expand Down

0 comments on commit 542b0d8

Please sign in to comment.