mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Igonre bad exit code
This commit is contained in:
parent
74a4b5b4ee
commit
be98f55dcc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-packages-action.yml
vendored
2
.github/workflows/test-packages-action.yml
vendored
|
@ -127,7 +127,7 @@ jobs:
|
|||
|
||||
- name: "Ensure docker is running"
|
||||
run: |
|
||||
sudo systemctl start containerd
|
||||
sudo systemctl start containerd || exit 0
|
||||
|
||||
- name: "Pull container ${{ matrix.container }}"
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue