Skip to content

Commit

Permalink
Merge branch 'main' into fix-install-command-for-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored May 5, 2024
2 parents f60e33b + 4120c39 commit fb11db5
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 63 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ on:
- backend/**
- config/**
- .github/workflows/backend.yml
pull_request:
types: [opened]
paths:
- backend/**
- config/**
- .github/workflows/backend.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/backend_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "backend/**"
- ".github/workflows/backend_codeql.yml"
pull_request:
types: [opened]
paths:
- "backend/**"
- ".github/workflows/backend_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ on:
- cli/**
- config/**
- .github/workflows/cli.yml
pull_request:
types: [opened]
paths:
- cli/**
- config/**
- .github/workflows/cli.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/cli_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "cli/**"
- ".github/workflows/cli_codeql.yml"
pull_request:
types: [opened]
paths:
- "cli/**"
- ".github/workflows/cli_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
paths:
- frontend/dashboard/**
- .github/workflows/dashboard.yml
pull_request:
types: opened
paths:
- frontend/dashboard/**
- .github/workflows/dashboard.yml

jobs:
format:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dashboard_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "frontend/dashboard/**"
- ".github/workflows/dashboard_codeql.yml"
pull_request:
types: [opened]
paths:
- "frontend/dashboard/**"
- ".github/workflows/dashboard_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/frontend_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
paths:
- frontend/lib/**
- .github/workflows/frontend_lib.yml
pull_request:
types: opened
paths:
- frontend/lib/**
- .github/workflows/frontend_lib.yml

jobs:
format:
Expand Down Expand Up @@ -85,7 +80,7 @@ jobs:
id: get_new_version
run: |
echo "new_version=$(jq -r '.version' frontend/lib/package.json)" >> $GITHUB_OUTPUT
- name: Checkout main
uses: actions/checkout@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/frontend_lib_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "frontend/lib/**"
- ".github/workflows/frontend_lib_codeql.yml"
pull_request:
types: [opened]
paths:
- "frontend/lib/**"
- ".github/workflows/frontend_lib_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
paths:
- frontend/mobile/**
- .github/workflows/mobile.yml
pull_request:
types: opened
paths:
- frontend/mobile/**
- .github/workflows/mobile.yml

jobs:
format:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/mobile_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "frontend/mobile/**"
- ".github/workflows/mobile_codeql.yml"
pull_request:
types: [opened]
paths:
- "frontend/mobile/**"
- ".github/workflows/mobile_codeql.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
paths:
- frontend/web/**
- .github/workflows/web.yml
pull_request:
types: opened
paths:
- frontend/web/**
- .github/workflows/web.yml

jobs:
format:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/web_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
paths:
- "frontend/web/**"
- ".github/workflows/web_codeql.yml"
pull_request:
types: [opened]
paths:
- "frontend/web/**"
- ".github/workflows/web_codeql.yml"

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

0 comments on commit fb11db5

Please sign in to comment.