File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
# https://docs.renovatebot.com/key-concepts/automerge/#branch-vs-pr-automerging
6
6
- " renovate/**" # branches Renovate creates
7
+ paths-ignore :
8
+ - " docs/**"
9
+ - " **/*.md"
10
+ - " **/*.png"
11
+ - " **/*.svg"
7
12
pull_request :
8
13
branches : [dev]
14
+ paths-ignore :
15
+ - " docs/**"
16
+ - " **/*.md"
17
+ - " **/*.png"
18
+ - " **/*.svg"
9
19
workflow_dispatch :
10
20
inputs :
11
21
runners :
Original file line number Diff line number Diff line change 44
44
# Expose matched filters as job 'tags' output variable
45
45
tags : ${{ steps.filter.outputs.changes }}
46
46
steps :
47
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
48
-
47
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
49
48
- uses : frouioui/paths-filter@main
50
49
id : filter
51
50
with :
82
81
83
82
steps :
84
83
- name : Check out pipeline code
85
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
84
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
86
85
87
86
- name : Hash Github Workspace
88
87
id : hash_workspace
@@ -141,7 +140,7 @@ jobs:
141
140
142
141
- name : Check out test data
143
142
if : steps.cache-testdata.outputs.cache-hit != 'true'
144
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
143
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
145
144
with :
146
145
repository : nf-core/test-datasets
147
146
ref : sarek3
You can’t perform that action at this time.
0 commit comments