File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 9
9
merge-me :
10
10
name : Merge me!
11
11
runs-on : ubuntu-latest
12
- if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' && github. actor == 'dependabot[bot]'
12
+ if : github.event.workflow_run.event == 'pull_request' && github.actor == 'dependabot[bot]'
13
13
steps :
14
+ - name : ' Wait until build and static code check is success'
15
+ - uses : actions/checkout@v2
16
+ - uses : ahmadnassri/action-workflow-run-wait@v1
17
+ with :
18
+ timeout : 300000
14
19
- name : ' Download artifact'
15
20
16
21
with :
Original file line number Diff line number Diff line change 408
408
<plugin >
409
409
<groupId >com.github.spotbugs</groupId >
410
410
<artifactId >spotbugs-maven-plugin</artifactId >
411
- <version >4.3.0 </version >
411
+ <version >4.2.2 </version >
412
412
<executions >
413
413
<execution >
414
414
<id >test</id >
You can’t perform that action at this time.
0 commit comments