Skip to content

Commit

Permalink
ci: cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Oct 16, 2024
1 parent 62b0b4b commit 49e5a37
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Testing

on: [push, pull_request, workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
name: Linter
Expand Down Expand Up @@ -98,6 +102,9 @@ jobs:
juju:
- "3.1/stable"
- "3.3/stable"
- "3.4/stable"
- "3.5/stable"
- "3.6/beta"
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -109,7 +116,7 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: lxd
juju-channel: 3.4/stable
juju-channel: ${{ matrix.juju }}
# 2023-01-11 Commented until we discover a
# clear approach for this.
# - name: Set proxy in controller
Expand Down

0 comments on commit 49e5a37

Please sign in to comment.