Skip to content

Commit

Permalink
Fix ICLA check
Browse files Browse the repository at this point in the history
This fixes the ICLA check by copying the relevant changes  (mainly
updating Ubuntu) over from the `opencast/opencast` repository.
  • Loading branch information
lkiesow committed Nov 19, 2024
1 parent b8c97c6 commit 0e415a4
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 0e415a4

Please sign in to comment.