Skip to content

Commit

Permalink
ci: rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 8, 2023
1 parent b856d2c commit 523a40c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pre-commit
name: lint

on:
pull_request:
Expand All @@ -7,5 +7,5 @@ on:
- '!main'

jobs:
call-pre-commit:
lint:
uses: geokrety/geokrety-gha-workflows/.github/workflows/pre-commit.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
call-pre-commit:
build-release:
uses: geokrety/geokrety-gha-workflows/.github/workflows/release.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/version-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*.*.*"

jobs:
versionset:
update-version-set:
uses: geokrety/geokrety-gha-workflows/.github/workflows/version-set.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 523a40c

Please sign in to comment.