Skip to content

Commit

Permalink
Make sure test workflows satisfy the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pshevche committed Sep 5, 2024
1 parent 4c87936 commit 89bebce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/workflows/print_issue_or_pr_title.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Workflow printing the issue or PR title
on:
pull_request:
[ opened ]
types: [ opened ]
issues:
[ opened ]
types: [ opened ]

jobs:
print_issue_title:
Expand Down

0 comments on commit 89bebce

Please sign in to comment.