File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
ansible-lint :
8
- if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]')
8
+ if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]' && github.actor != 'mend[bot]' )
9
9
runs-on : ubuntu-24.04
10
10
steps :
11
11
- uses : actions/checkout@v5
27
27
run : python3 ./scripts/salty-linter.py ./roles
28
28
29
29
check-entries :
30
- if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]')
30
+ if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]' && github.actor != 'mend[bot]' )
31
31
runs-on : ubuntu-24.04
32
32
steps :
33
33
- uses : actions/checkout@v5
36
36
run : ./scripts/check_missing_entries.sh
37
37
38
38
find-roles :
39
- if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]')
39
+ if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]' && github.actor != 'mend[bot]' )
40
40
runs-on : ubuntu-24.04
41
41
outputs :
42
42
matrix : ${{ steps.set-matrix.outputs.matrix }}
Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
ansible-lint :
21
- if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]')
21
+ if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]' && github.actor != 'mend[bot]' )
22
22
runs-on : ubuntu-24.04
23
23
steps :
24
24
- uses : actions/checkout@v5
40
40
run : python3 ./scripts/salty-linter.py ./roles
41
41
42
42
check-entries :
43
- if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]')
43
+ if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]' && github.actor != 'mend[bot]' )
44
44
runs-on : ubuntu-24.04
45
45
steps :
46
46
- uses : actions/checkout@v5
49
49
run : ./scripts/check_missing_entries.sh
50
50
51
51
find-roles :
52
- if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]')
52
+ if : github.event_name == 'pull_request' || (github.event_name == 'push' && github.actor != 'renovate[bot]' && github.actor != 'mend[bot]' )
53
53
runs-on : ubuntu-24.04
54
54
outputs :
55
55
matrix : ${{ steps.set-matrix.outputs.matrix }}
You can’t perform that action at this time.
0 commit comments