Skip to content

Commit

Permalink
ci: fix workflows calls
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 8, 2023
1 parent e477b8e commit 2c23fa3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
call-pre-commit:
uses: geokrety/geokrety-gha-workflows/.github/workflows/pre-commit.yml@v1
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 @@ -7,6 +7,6 @@ on:

jobs:
call-pre-commit:
uses: geokrety/geokrety-gha-workflows/.github/workflows/release.yml@v1
uses: geokrety/geokrety-gha-workflows/.github/workflows/release.yml@main
with:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
10 changes: 3 additions & 7 deletions .github/workflows/version-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:

jobs:
versionset:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: geokrety/geokrety-gha-workflows/.github/workflows/version-set.yml@v1
with:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
uses: geokrety/geokrety-gha-workflows/.github/workflows/version-set.yml@main
with:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 2c23fa3

Please sign in to comment.