Skip to content

Commit 8f96c72

Browse files
committed
ci: make EC2 deploy optional to avoid failure on session expiry
1 parent ab5a65c commit 8f96c72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
needs: backend
6161
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
62+
continue-on-error: true
6263

6364
steps:
6465
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)