Skip to content

Commit 057320e

Browse files
author
Michael Schmid
authored
Merge branch 'master' into fix/replace-double-quotes-with-single-quotes
2 parents 6b5a7b6 + acdac83 commit 057320e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set requires approval output
8585
id: set-output
8686
run: |
87-
if [[ "${{ github.event_name }}" == "pull_request_target" && "${{ github.event.pull_request.head.repo.full_name }}" != "${{ github.repository }}" ]]; then
87+
if [[ "${{ github.event_name }}" =~ ^pull_request && "${{ github.event.pull_request.head.repo.full_name }}" != "${{ github.repository }}" ]]; then
8888
echo "requires_approval=true" >> $GITHUB_OUTPUT
8989
else
9090
echo "requires_approval=false" >> $GITHUB_OUTPUT

elementary/monitor/dbt_project/package-lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ packages:
22
- package: dbt-labs/dbt_utils
33
version: 0.8.6
44
- git: https://github.com/elementary-data/dbt-data-reliability.git
5-
revision: cbabcb2c348be2b4c45ad72c3b94e7800a52a542
6-
sha1_hash: 90d912df8d9c6a435f1936c7d93e4bf6c0efc4dd
5+
revision: 0f59f9f5407db890780f225f6c1e362f38221133
6+
sha1_hash: 0dde8f6be0323bd473ea26bae571cef6d53d8fba

elementary/monitor/dbt_project/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packages:
22
- package: dbt-labs/dbt_utils
33
version: [">=0.8.0", "<0.9.0"]
44
- git: https://github.com/elementary-data/dbt-data-reliability.git
5-
revision: cbabcb2c348be2b4c45ad72c3b94e7800a52a542
5+
revision: 0f59f9f5407db890780f225f6c1e362f38221133
66

77
# NOTE - for unreleased CLI versions we often need to update the package version to a commit hash (please leave this
88
# commented, so it will be easy to access)

0 commit comments

Comments
 (0)