Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Make tests only run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
norling committed Nov 7, 2022
1 parent 3464fb2 commit 58557a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functionality.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Functionality test
on: [push, pull_request]
on: [push]
jobs:

test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linting check
on: [push, pull_request]
on: [push]
jobs:

lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Go tests
on: [push, pull_request]
on: [push]
jobs:

test:
Expand Down

0 comments on commit 58557a0

Please sign in to comment.