mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
remove timeouts in CI
This commit is contained in:
2
.github/workflows/docker-build-push.yml
vendored
2
.github/workflows/docker-build-push.yml
vendored
@ -7,7 +7,6 @@ on:
|
||||
jobs:
|
||||
client:
|
||||
name: Client
|
||||
timeout-minutes: 15
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
@ -51,7 +50,6 @@ jobs:
|
||||
|
||||
server:
|
||||
name: Server
|
||||
timeout-minutes: 15
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
|
||||
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -5,7 +5,6 @@ on: pull_request
|
||||
jobs:
|
||||
client:
|
||||
name: Client
|
||||
timeout-minutes: 15
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
@ -50,7 +49,6 @@ jobs:
|
||||
|
||||
server:
|
||||
name: Server
|
||||
timeout-minutes: 15
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user