Browse Source

ci: reduce CI workload

Only run `fedora-latest` and `fedora-32` on actual merge.
master
Harald Hoyer 4 years ago committed by Harald Hoyer
parent
commit
a6faf453a8
  1. 3
      .github/workflows/fedora-32.yml
  2. 2
      .github/workflows/fedora-33.yml
  3. 3
      .github/workflows/fedora-latest.yml

3
.github/workflows/fedora-32.yml

@ -6,9 +6,6 @@ on: @@ -6,9 +6,6 @@ on:
push:
branches:
- 'master'
tags:
- '*'
pull_request:

jobs:
test:

2
.github/workflows/fedora-33.yml

@ -6,8 +6,6 @@ on: @@ -6,8 +6,6 @@ on:
push:
branches:
- 'master'
tags:
- '*'
pull_request:

jobs:

3
.github/workflows/fedora-latest.yml

@ -6,9 +6,6 @@ on: @@ -6,9 +6,6 @@ on:
push:
branches:
- 'master'
tags:
- '*'
pull_request:

jobs:
test:

Loading…
Cancel
Save