From: Stéphane Graber Date: Wed, 8 Jun 2022 21:44:08 +0000 (-0400) Subject: github: Fix bad syntax in cifuzz X-Git-Tag: lxc-5.0.0~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d1841165ea951dbb12d7eb5936b78d05d33e6a;p=thirdparty%2Flxc.git github: Fix bad syntax in cifuzz Signed-off-by: Stéphane Graber --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 8a37dbc2a..aa20d152a 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -9,9 +9,6 @@ on: - 'src/**' branches: - master - pull_request: - branches: - - master jobs: Fuzzing: runs-on: ubuntu-latest