Skip to content

Commit

Permalink
Update actions (#2113)
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
harsh-mn-yral authored Feb 13, 2024
1 parent 5449ccc commit 383a810
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/experiments-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths:
- "packages/experiments/**"
- ".github/workflows/experiments-deploy.yml"
- "ex.prod.fly.toml"
- "ex.Dockerfile"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/experiments-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "packages/experiments/**"
- ".github/workflows/experiments-test.yml"
- "ex.staging.fly.toml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/webclient-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths:
- "packages/web-client/**"
- ".github/workflows/webclient-deploy.yml"
- "wc.prod.fly.toml"
- "wc.Dockerfile"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/webclient-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- ".github/workflows/webclient-deploy.yml"
- ".github/workflows/webclient-test.yml"
- ".github/workflows/webclient-test-deploy.yml"
- "wc.staging.fly.toml"
- "wc.Dockerfile"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 383a810

Please sign in to comment.