Skip to content

Commit

Permalink
Merge pull request #3 from bococ/develop
Browse files Browse the repository at this point in the history
fix: ci main failure to judge
  • Loading branch information
whg517 authored Oct 26, 2023
2 parents 9aeb5fa + 941159c commit f56f39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
MARKDOWN_CONFIG_FILE: .markdownlint.yml

main:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'zncdata-labs/hive-metadata-operator'
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'zncdata-labs/hive-metastore-operator'
runs-on: ubuntu-latest
needs:
- build
Expand All @@ -82,7 +82,7 @@ jobs:
make bundle-buildx
tags:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'zncdata-labs/hive-metadata-operator'
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'zncdata-labs/hive-metastore-operator'
runs-on: ubuntu-latest
needs:
- build
Expand Down

0 comments on commit f56f39c

Please sign in to comment.