Skip to content

Commit 052c04e

Browse files
authored
Merge pull request #107 from Fryguy/gha_updates
Various actions updates
2 parents 3b4a126 + 6427e3c commit 052c04e

4 files changed

Lines changed: 12 additions & 28 deletions

File tree

.codeclimate.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
name: CI
2-
32
on:
4-
push:
53
pull_request:
6-
workflow_dispatch:
4+
push:
5+
branches-ignore:
6+
- dependabot/*
7+
- renovate/*
78
schedule:
8-
- cron: '0 0 * * 0'
9-
9+
- cron: 0 0 * * 0
10+
workflow_dispatch:
11+
concurrency:
12+
group: "${{ github.workflow }}-${{ github.ref }}"
13+
cancel-in-progress: true
14+
permissions:
15+
contents: read
1016
jobs:
1117
ci:
1218
runs-on: ubuntu-latest
@@ -22,7 +28,7 @@ jobs:
2228
- name: Set up Ruby
2329
uses: ruby/setup-ruby@v1
2430
with:
25-
ruby-version: ${{ matrix.ruby-version }}
31+
ruby-version: "${{ matrix.ruby-version }}"
2632
bundler-cache: true
2733
- name: Run tests
2834
run: bundle exec rake

.rubocop_cc.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![Gem Version](https://badge.fury.io/rb/httpd_configmap_generator.svg)](http://badge.fury.io/rb/httpd_configmap_generator)
44
[![Build Status](https://travis-ci.org/ManageIQ/httpd_configmap_generator.svg?branch=master)](https://travis-ci.com/github/ManageIQ/httpd_configmap_generator)
5-
[![Code Climate](https://codeclimate.com/github/ManageIQ/httpd_configmap_generator.svg)](https://codeclimate.com/github/ManageIQ/httpd_configmap_generator)
6-
[![Test Coverage](https://codeclimate.com/github/ManageIQ/httpd_configmap_generator/badges/coverage.svg)](https://codeclimate.com/github/ManageIQ/httpd_configmap_generator/coverage)
75

86
[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/authentication?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
97

0 commit comments

Comments
 (0)