From: Jason Ish Date: Thu, 15 Feb 2024 17:00:09 +0000 (-0600) Subject: github-ci: cancel on push, read only permissions X-Git-Tag: 1.3.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe2b1e70a23fa3c57060d8dbd16b12a2988f4577;p=thirdparty%2Fsuricata-update.git github-ci: cancel on push, read only permissions --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a86e4b6..22a19f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,12 @@ on: - push - pull_request +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +permissions: read-all + jobs: alma-9: