Skip to content

Commit b088544

Browse files
authored
Add timeout to build job in workflow
1 parent 0d084b9 commit b088544

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/.github/workflows/{% if is_private %}push_to_another_repo.yml{% endif %}

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
if: ${{ github.repository_owner == 'adhoc-dev' }}
15+
timeout-minutes: 2
1516
steps:
1617
- name: Clone adhoc-dev
1718
with:

0 commit comments

Comments
 (0)