Skip to content

Commit

Permalink
sleep 3
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Aug 24, 2023
1 parent 37e99be commit 7bb4aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-bundle-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
sg microk8s -c "tox -e full_bundle_tests -- ${{ github.event.inputs.bundle-source }}"
- name: Sleep
if: failure()
if: always()
run: |
sg microk8s -c "sleep 3600"
Expand Down

0 comments on commit 7bb4aac

Please sign in to comment.