Skip to content

Commit

Permalink
Enforce concurrency, bash and use of color.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 19, 2024
1 parent 19f62b3 commit 5a64a2f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
name: CI

on: [pull_request]

# Cancel active CI runs for a PR before starting another run
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash # https://github.com/beeware/briefcase/pull/912

env:
FORCE_COLOR: "1"

jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5a64a2f

Please sign in to comment.