Skip to content

Commit

Permalink
ci: don't run Go build and unit tests on autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Mar 28, 2023
1 parent 9ce4513 commit bb66f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:

build:
if: "!contains(github.event.head_commit.message, 'autoupdate')"
name: Build
runs-on: ${{ matrix.os }}
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: golangci-lint
on: [ push, pull_request ]
jobs:
golangci:
if: "!contains(github.event.head_commit.message, 'autoupdate')"
name: lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bb66f87

Please sign in to comment.