Skip to content

Commit

Permalink
chore: refactor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Oct 9, 2023
1 parent 435cb0b commit 490d0de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml → .github/workflows/all.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: run all
name: run all jobs
on: push

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
buf_token: ${{ secrets.BUF_TOKEN }}

golangci:
name: lint
runs-on: ubuntu-latest
steps:
# Checkout the repository
Expand Down

0 comments on commit 490d0de

Please sign in to comment.