Skip to content

Commit

Permalink
github: ell master: print sha and run each day (#318)
Browse files Browse the repository at this point in the history
* github: ell master: print sha

Otherwise, it is hard to find out which version was tested last.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>

* github: ell master: run each day

Of course we just had a regression with changes introduced around the WE.

Run everyday to minimise the number of changes introduced between tests.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>

---------

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe authored Feb 10, 2025
1 parent 68fd9a1 commit cae1639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ell-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ main ]
schedule:
- cron: '33 6 * * 1-5'
- cron: '33 6 * * *'

jobs:
build:
Expand All @@ -25,6 +25,7 @@ jobs:
run: |
git clone git://git.kernel.org/pub/scm/libs/ell/ell.git
cd ell
git log -1 --oneline --no-decorate
./bootstrap
./configure CC=${{ matrix.cc }} --prefix=/usr
sudo make install
Expand Down

0 comments on commit cae1639

Please sign in to comment.