Skip to content

Commit

Permalink
Merge pull request #19 from segoldma/concurrency-risk
Browse files Browse the repository at this point in the history
Improve concurrency handling
  • Loading branch information
segoldma authored Aug 30, 2024
2 parents f0571b9 + 34e02be commit b47082c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/persist-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
permissions:
contents: write # Explicitly grant write permissions to the GITHUB_TOKEN

concurrency:
group: dbt-artifacts-${{ github.ref }}
cancel-in-progress: true # Cancel in-progress runs for the same group

jobs:
persist_artifacts:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ shellingham==1.5.4
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
sqlglot==25.7.1
sqlparse==0.5.1
starlette==0.37.2
text-unidecode==1.3
Expand Down

0 comments on commit b47082c

Please sign in to comment.