Skip to content

Commit

Permalink
clean up, revert ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 11, 2024
1 parent b197bba commit 3f7a0c5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ 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
2 changes: 1 addition & 1 deletion .github/workflows/ci-hog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# If this run wasn't initiated by the bot (meaning: snapshot update) and we've determined
# there are backend changes, cancel previous runs
- uses: n1hility/cancel-previous-runs@v3
if: github.actor != 'posthog-bot' && needs.changes.outputs.backend == 'true'
if: github.actor != 'posthog-bot' && needs.changes.outputs.hog == 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build container images

on:
workflow_dispatch:
pull_request:
paths:
- 'rust/**'
push:
paths:
- 'rust/**'
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 @@ -74,7 +74,7 @@ jobs:
uses: depot/build-push-action@v1
with:
context: ./rust/
file: ./Dockerfile.migrate
file: ./rust/Dockerfile.migrate
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
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 3f7a0c5

Please sign in to comment.