Skip to content

Commit

Permalink
Merge branch 'icla-check-' of lkiesow/opencast-editor into main
Browse files Browse the repository at this point in the history
Pull request #1494

  Fix ICLA check
  • Loading branch information
gregorydlogan committed Nov 19, 2024
2 parents b8c97c6 + 0e415a4 commit fc4a83f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-icla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ on:
jobs:
main:
if: github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-python@v5

- name: Install Python module
run: pip install --break-system-packages apereocla

Expand Down

0 comments on commit fc4a83f

Please sign in to comment.