Skip to content

Commit

Permalink
(ci) strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Aug 22, 2023
1 parent 64a22ea commit ee5aeb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveritup.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
coveritup:
strategy:
matrix:
go-version: [dev-latest]
go-version: [latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
@@ -1,4 +1,4 @@
on: [push, pull_request]
on: [pull_request]
name: CI
jobs:
test:
Expand Down

0 comments on commit ee5aeb4

Please sign in to comment.