Skip to content

Commit

Permalink
ci: Diable concurrent CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
onato committed Apr 24, 2024
1 parent b860f2f commit 090535a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: CI for Xcode Project
name: Build and Test

on:
# This workflow runs on every push and pull request to the main branch
push:
branches:
- main
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
Expand All @@ -30,6 +30,5 @@ jobs:
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' \
clean test | xcbeautify --quiet --is-ci --renderer github-actions
# This will fail the job if any test fails
continue-on-error: false

0 comments on commit 090535a

Please sign in to comment.