Skip to content

Commit

Permalink
Update publish-hive-metastore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-j-abbott-accenture authored Nov 22, 2024
1 parent ecb5d53 commit cc1218c
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/publish-hive-metastore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ name: Publish Hive Metastore
# documentation.

on:
# schedule:
# - cron: '*/15 * * * *'
workflow_dispatch:
# push:
# branches: [ "main" ]
# # Publish semver tags as releases.
# tags: [ 'v*.*.*' ]
# pull_request:
# branches: [ "main" ]
push:
branches: [ "main" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -46,12 +40,4 @@ jobs:
- name: Build Image
run: |
./build_deploy.sh ${{ secrets.ACCESS_TOKEN }}
./build_deploy.sh ${{ secrets.ACCESS_TOKEN }}

0 comments on commit cc1218c

Please sign in to comment.