Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: timflannagan <timflannagan@gmail.com>
  • Loading branch information
timflannagan committed Jan 18, 2022
1 parent 21fd627 commit 0c07d58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:
name: Build
Expand Down Expand Up @@ -42,6 +40,8 @@ jobs:
with:
go-version: 1.17
id: go
- name: Print out Go env
run: go env
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify.yml
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- master
- main
pull_request:
paths:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@ endif

REPO = github.com/operator-framework/api
BUILD_PATH = $(REPO)/cmd/operator-verify
PKGS = $(shell go list ./...)
PKGS = $(shell go list ./... | grep -v /vendor/)

.PHONY: help
help: ## Show this help screen
Expand Down

0 comments on commit 0c07d58

Please sign in to comment.