Skip to content

Commit 967f9f0

Browse files
authored
fix: remove set -e from check lag action
so that exit status 1 doesn't stop the action
1 parent 49689a8 commit 967f9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/toolforge-check-lag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
port: ${{ vars.SSH_PORT }}
3131
request_pty: true
3232
script: |
33-
set -xe
33+
set -x
3434
become ${{ matrix.tool }} webservice python3.11 shell -- webservice-python-bootstrap
3535
become ${{ matrix.tool }} webservice python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py check_lag
3636
if (( $? != 0 )); then

0 commit comments

Comments
 (0)