Skip to content

Commit

Permalink
fix(ci): rename of golang workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Jul 18, 2024
1 parent b9998d1 commit 802ed18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Docs

on:
push:
branches:
- main

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test, Lint
name: Golang

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

name: Release

on:
workflow_run:
workflows:
- "Test, Lint"
- "Golang"
- "Docs"
types: [ "completed" ]
branches:
Expand Down

0 comments on commit 802ed18

Please sign in to comment.