From 33430ae0968c548427258cdc726861fd4daa2637 Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 15 Feb 2021 15:07:27 +0000 Subject: rename fedora workflow (#339) We're no longer running CI on fedora-rawhide, so rename it. Signed-off-by: John Levon Reviewed-by: Thanos Makatos --- .github/settings.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/settings.yml b/.github/settings.yml index bf88e17..3f8b10f 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -107,7 +107,7 @@ branches: - centos-7 - ubuntu-18 - ubuntu-20 - - fedora-rawhide + - fedora-34 # Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable. enforce_admins: true # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5914a94..93153c7 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -32,7 +32,7 @@ jobs: yum -y install clang cmake json-c-devel libcmocka-devel \ openssl-devel valgrind make pre-push VERBOSE=1 - fedora-rawhide: + fedora-34: timeout-minutes: 5 runs-on: ubuntu-latest container: fedora -- cgit v1.1