Skip to content

Commit

Permalink
push to branch
Browse files Browse the repository at this point in the history
push to branch

push to branch

push to branch

push to branch

push to branch

push to branch
  • Loading branch information
amishas157 committed Nov 4, 2024
1 parent 100f039 commit d4fbe56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_dbt_marts_schema_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Run Bash Script
run: |
set -x
cd $GITHUB_WORKSPACE
PROJECT=hubble-261722
export PROJECT
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/update_source_data_schema_changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Update changelog for Source Data

on:
pull_request:
branches:
- master
push:

permissions:
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}-{{ github.event_name }}
Expand All @@ -14,17 +15,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.12

- name: Check Current Branch
run: |
git checkout ${{ github.head_ref }}
- name: Run Bash Script
run: |
set -x
Expand All @@ -45,5 +42,7 @@ jobs:
git add changelog/source_data.md
if git commit -m "Update changelog for Source data"; then
echo "Changes committed."
git push origin ${{ github.head_ref }}
git push
else
echo "No changes to commit."
fi

0 comments on commit d4fbe56

Please sign in to comment.