Skip to content

Commit

Permalink
Tweaked for no skip-non-pr input.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorye committed Jun 28, 2023
1 parent 6a9b871 commit 267e3f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/filter-on-pr-label-or-input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
type: string
skip-non-pr:
description: "Whether to skip non-PR events"
type: boolean
type: string # true | false
default: 'true'
required: false
outputs:
should-run:
value: ${{ jobs.filter.outputs.should-run }}
Expand Down

0 comments on commit 267e3f7

Please sign in to comment.