Skip to content

Commit

Permalink
Add timeouts to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edamamez committed Aug 23, 2024
1 parent b3212fe commit 40328a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
llama3:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -27,6 +28,7 @@ jobs:

eval:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -45,6 +47,7 @@ jobs:

prompt_tuning:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -63,6 +66,7 @@ jobs:

rag_tuning:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -81,6 +85,7 @@ jobs:

data_pipeline:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -99,6 +104,7 @@ jobs:

ift:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -117,6 +123,7 @@ jobs:

json_output:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 40328a2

Please sign in to comment.