Skip to content

Commit

Permalink
test building test image
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 10, 2024
1 parent 743587a commit 0ebe477
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: E2E CI

on:
pull_request:
paths:
- 'x'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Frontend CI

on:
pull_request:
# pull_request:
push:
branches:
- master
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: Build container images

on:
workflow_dispatch:
pull_request:
paths:
- 'rust/**'
push:
paths:
- 'rust/**'
branches:
- 'main'
- 'master'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-hook-migrator-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- 'rust/**'
branches:
- 'main'
- 'master'

permissions:
packages: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storybook-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Storybook
on:
pull_request:
paths: # Only run if the frontend has changed
- 'frontend/**'
# - 'frontend/**'
- '.storybook/**'
- 'package.json'
- '.github/workflows/storybook-chromatic.yml'
# - '.github/workflows/storybook-chromatic.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 0ebe477

Please sign in to comment.