File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
concurrency :
19
19
group : ${{ github.workflow }}-${ github.event_name }-${{ github.event.pull_request.number || github.sha }}
20
- cancel-in-progress : true
20
+ cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
21
21
22
22
permissions :
23
23
checks : read
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ def test_nav_collections(
216
216
f"ansible-navigator collections --lf { tmp_path } /navigator.log"
217
217
f" --pp never --eei { infrastructure .navigator_ee } "
218
218
)
219
- stdout = container_tmux .send_and_wait (cmd = cmd , wait_for = ":help help" , timeout = 15 )
219
+ stdout = container_tmux .send_and_wait (cmd = cmd , wait_for = ":help help" , timeout = 30 )
220
220
assert any ("ansible.builtin" in line for line in stdout )
221
221
assert any ("ansible.posix" in line for line in stdout )
222
222
cmd = ":0"
You can’t perform that action at this time.
0 commit comments