Skip to content

Commit c987f5b

Browse files
committed
workflows/command-not-found-db-update: don't run on all PRs.
Let's be more selective about when we run this.
1 parent 344d606 commit c987f5b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/command-not-found-db-update.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Command-not-found scheduled database updates
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
pull_request:
75
paths:
86
- .github/workflows/command-not-found-db-update.yml
9-
pull_request:
107
schedule:
118
- cron: "0 0 * * *"
129
workflow_dispatch:

0 commit comments

Comments
 (0)