Skip to content

Commit

Permalink
Fix silly wf name
Browse files Browse the repository at this point in the history
I had to constantly think about which wf to open for edits
  • Loading branch information
anttiharju committed Feb 23, 2025
1 parent a8c559f commit b2bbb7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
- "go.mod"

jobs:
project:
name: Project
uses: ./.github/workflows/project.yml
validate:
name: Validate
uses: ./.github/workflows/validate.yml

release:
name: Release
needs: project
needs: validate
runs-on: ubuntu-24.04
permissions:
contents: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on:

# also update lefthook.yml
jobs:
validate:
name: Validate
vmatch:
runs-on: ubuntu-24.04
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ output:
- success
- failure

# Match to project.yml
# Match to validate.yml
pre-commit:
parallel: true
jobs:
Expand Down

0 comments on commit b2bbb7d

Please sign in to comment.