Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Sep 25, 2024
1 parent 359a2c0 commit a5bcc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions: read-all

jobs:
run_tests:
uses: dbt-labs/actions/.github/workflows/release-branch-tests.yml@main
uses: dbt-labs/actions/.github/workflows/release-branch-tests.yml@er/fix-docker
with:
workflows_to_run: '["main.yml"]'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
permissions:
packages: write

uses: dbt-labs/dbt-release/.github/workflows/release-docker.yml@main
uses: dbt-labs/dbt-release/.github/workflows/release-docker.yml@er/pin-container
with:
package: ${{ matrix.package }}
version_number: ${{ inputs.version_number }}
Expand Down

0 comments on commit a5bcc72

Please sign in to comment.