Skip to content

Commit

Permalink
Fix hive master check
Browse files Browse the repository at this point in the history
Signed-off-by: jmasar <[email protected]>
  • Loading branch information
jmasar committed Feb 26, 2024
1 parent de2cc70 commit f8faa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hive-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "HIVE_TOKEN=${{ secrets.HIVE_STABLE_LATEST_TOKEN }}" >> "$GITHUB_ENV"
- name: Master token
if: github.ref_type == 'branch' && startsWith(github.ref, 'refs/heads/master')
if: github.ref_type == 'branch' && github.base_ref == 'master'
run: |
echo "HIVE_TOKEN=${{ secrets.HIVE_MASTER_LATEST_TOKEN }}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit f8faa6e

Please sign in to comment.