Skip to content

Commit

Permalink
set up job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pczajka committed Jan 30, 2024
1 parent 86452d5 commit d898684
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Build

on:
push:
branches:
- '*'
on: [push]

jobs:
build:
name: Build packages
runs-on: macos-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d898684

Please sign in to comment.