Skip to content

Commit cae1639

Browse files
authored
github: ell master: print sha and run each day (#318)
* 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]>
1 parent 68fd9a1 commit cae1639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ell-master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ main ]
88
schedule:
9-
- cron: '33 6 * * 1-5'
9+
- cron: '33 6 * * *'
1010

1111
jobs:
1212
build:
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
git clone git://git.kernel.org/pub/scm/libs/ell/ell.git
2727
cd ell
28+
git log -1 --oneline --no-decorate
2829
./bootstrap
2930
./configure CC=${{ matrix.cc }} --prefix=/usr
3031
sudo make install

0 commit comments

Comments
 (0)