Skip to content

Commit

Permalink
👷 Updated CI workflow
Browse files Browse the repository at this point in the history
Set timeout, concurrency and renaming
  • Loading branch information
jobearrr authored Jul 18, 2024
1 parent 5ec0a2e commit 5920298
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:
pull_request:
branches: [ "main" ]

concurrency:
group: "Main"

jobs:
build:
test-and-gather-test-coverage:

runs-on: macos-13
timeout-minutes: 30

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

0 comments on commit 5920298

Please sign in to comment.