Skip to content

Commit 1d9c193

Browse files
committed
ci: run the automerge check as part of pull request jobs
1 parent 296979c commit 1d9c193

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Update dependencies
22
on:
3+
pull_request:
34
schedule:
45
- cron: "0 0 * * *"
56
workflow_dispatch:
@@ -38,6 +39,7 @@ jobs:
3839
golang:
3940
name: Bump the Golang version
4041
runs-on: ubuntu-latest
42+
if: github.event_name != 'pull_request'
4143
permissions:
4244
contents: none # Permissions are set with an application token
4345
steps:

0 commit comments

Comments
 (0)