Skip to content

Commit

Permalink
Merge branch 'main' into julius/vscode-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Oct 4, 2022
2 parents 874c16a + e5a31b5 commit d4b5945
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# this workflow will run on every pr to make sure the project is following the guidelines

# after labeler, run other actions with strict permissions
name: CI
name: E2E Tests

on:
workflow_run:
workflows: [Labeler]
types: [completed]
branches: ["*"]
pull_request:
branches:
- "*"
paths:
- "cli/**/*"

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
Expand All @@ -16,9 +17,9 @@ env:
jobs:
build-t3-app:
runs-on: ubuntu-latest
if: |
contains(github.event.pull_request.labels.*.name, '📌 area: cli') ||
contains(github.event.pull_request.labels.*.name, '📌 area: t3-app')
# if: |
# contains(github.event.pull_request.labels.*.name, '📌 area: cli') ||
# contains(github.event.pull_request.labels.*.name, '📌 area: t3-app')
strategy:
matrix:
trpc: ["trpc", "nope"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# run labeler with elevated permissions before other actions

name: Labeler
name: Label PR

on:
pull_request_target:
Expand Down

0 comments on commit d4b5945

Please sign in to comment.