From: Harald Hoyer Date: Wed, 10 Feb 2021 12:09:52 +0000 (+0100) Subject: ci: reduce CI workload X-Git-Tag: 052~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6faf453a8e0aef058b52e6a4bf016909afc9aac;p=thirdparty%2Fdracut.git ci: reduce CI workload Only run `fedora-latest` and `fedora-32` on actual merge. --- diff --git a/.github/workflows/fedora-32.yml b/.github/workflows/fedora-32.yml index d6bf38a65..85deab4cd 100644 --- a/.github/workflows/fedora-32.yml +++ b/.github/workflows/fedora-32.yml @@ -6,9 +6,6 @@ on: push: branches: - 'master' - tags: - - '*' - pull_request: jobs: test: diff --git a/.github/workflows/fedora-33.yml b/.github/workflows/fedora-33.yml index a8d396e22..934656143 100644 --- a/.github/workflows/fedora-33.yml +++ b/.github/workflows/fedora-33.yml @@ -6,8 +6,6 @@ on: push: branches: - 'master' - tags: - - '*' pull_request: jobs: diff --git a/.github/workflows/fedora-latest.yml b/.github/workflows/fedora-latest.yml index 96936e22d..18a28a0a7 100644 --- a/.github/workflows/fedora-latest.yml +++ b/.github/workflows/fedora-latest.yml @@ -6,9 +6,6 @@ on: push: branches: - 'master' - tags: - - '*' - pull_request: jobs: test: