Skip to content

Commit

Permalink
Temp step to verify skip labels still work
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed May 22, 2024
1 parent 0562fcc commit 2c1664a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@ jobs:
prereq-pattern: "action.yml"
file-pattern: "README.md"
skip-label: "skip README"

- name: README.md updated (testing only)
uses: ./
with:
prereq-pattern: "action.yml"
file-pattern: "LICENSE"
skip-label: "skip README"

0 comments on commit 2c1664a

Please sign in to comment.