Skip to content

Commit

Permalink
Merge pull request #2 from RieBi/ci-cd
Browse files Browse the repository at this point in the history
Add timeout of 30 minutes to CI/CD workflows
  • Loading branch information
RieBi authored Jul 23, 2024
2 parents 0ed0110 + 12b5e50 commit c028304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
timeout-minutes: 30

env:
ConnectionStrings__PostgreConnectionRelease: ${{ secrets.DATABASE_CONNECTION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c028304

Please sign in to comment.