Skip to content

Commit

Permalink
ci(cla-check): add CLA check for ubuntu-23.10 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro authored Mar 1, 2024
1 parent e08890f commit 03aa013
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
- "ubuntu-*"

jobs:
cla-check:
if: github.event_name == 'pull_request'
name: CLA check
uses: canonical/chisel-releases/.github/workflows/cla-check.yaml@main

installability-tests:
name: Installability tests
uses: canonical/chisel-releases/.github/workflows/install-slices.yaml@main

0 comments on commit 03aa013

Please sign in to comment.