Skip to content

Commit

Permalink
Only check if hardware tested on PR label changes
Browse files Browse the repository at this point in the history
  • Loading branch information
calebchalmers authored May 26, 2024
1 parent 321e405 commit 26e7d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/needs-testing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tested on hardware
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
types: [labeled, unlabeled]
jobs:
label:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 26e7d53

Please sign in to comment.