X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Ftest-build.yml;h=e22fec46098843fab9c765cc4f0d65133996712b;hb=7dc77a076ff96e9b528493f2aab8f1d2b7af56ea;hp=e5cc36547f25064cb61b4128de80d8e953f70c84;hpb=89f05ac9ca3438d0080a5c3878f5caf93da04e58;p=grml-debootstrap.git 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