Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into shaped-iceberg-iam-role
Browse files Browse the repository at this point in the history
edgarrmondragon authored Aug 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 9c08b9d + 62bb4e3 commit d3b153f
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-yaml-format.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:

- name: Get changed files in the docs folder
id: changed-files
uses: tj-actions/changed-files@v44.5.6
uses: tj-actions/changed-files@v44.5.7
with:
files: |
_data/**/*.yml
2 changes: 1 addition & 1 deletion .github/workflows/test_dispatcher.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:

- name: Get changed files
id: changed_files
uses: tj-actions/changed-files@v44.5.6
uses: tj-actions/changed-files@v44.5.7
with:
sha: ${{ github.event.pull_request.head.sha }}
json: "true"
2 changes: 1 addition & 1 deletion .github/workflows/test_meltano_add_install.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:

- name: Get changed plugins
id: changed_plugins
uses: tj-actions/changed-files@v44.5.6
uses: tj-actions/changed-files@v44.5.7
with:
files: _data/meltano/*/*/*.yml
matrix: true

0 comments on commit d3b153f

Please sign in to comment.