X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=.github%2Fworkflows%2Ftest-build.yml;fp=.github%2Fworkflows%2Ftest-build.yml;h=e22fec46098843fab9c765cc4f0d65133996712b;hp=e5cc36547f25064cb61b4128de80d8e953f70c84;hb=090612ac46883e1d2597412831553c83ac8cf491;hpb=6911c80dbe8879847cefb9890a24a46a289b3457 diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index e5cc365..e22fec4 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,6 +1,10 @@ name: test-build on: pull_request: + push: + schedule: + - cron: '30 3 * * 2' + concurrency: group: "${{ github.ref }}" cancel-in-progress: true