Skip to content

Commit

Permalink
Merge pull request #2683 from shiftstack/v1-jobs
Browse files Browse the repository at this point in the history
[v1] CI tweaks
  • Loading branch information
EmilienM committed Jul 10, 2023
2 parents b277c7b + 2d1a32f commit 81071d2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 35 deletions.
9 changes: 0 additions & 9 deletions .github/semver-labels.yaml

This file was deleted.

7 changes: 1 addition & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: "CodeQL"

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
on: [push, pull_request]

jobs:
analyze:
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/semver-labels.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Gophercloud: an OpenStack SDK for Go
[![Build Status](https://travis-ci.org/gophercloud/gophercloud.svg?branch=master)](https://travis-ci.org/gophercloud/gophercloud)
[![Coverage Status](https://coveralls.io/repos/github/gophercloud/gophercloud/badge.svg?branch=master)](https://coveralls.io/github/gophercloud/gophercloud?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/gophercloud/gophercloud/badge.svg?branch=v1)](https://coveralls.io/github/gophercloud/gophercloud?branch=v1)

Gophercloud is an OpenStack Go SDK.

Expand Down

0 comments on commit 81071d2

Please sign in to comment.