Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner authored and github-actions[bot] committed Nov 5, 2024
1 parent 85c4eab commit 15e2552
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI

on:
workflow_run:
workflows: ["Build"]
types:
- completed
workflow_run:
workflows: ["Build"]
types:
- completed

jobs:
e2e:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI

on:
workflow_run:
workflows: ["Build"]
types:
- completed
workflow_run:
workflows: ["Build"]
types:
- completed

jobs:
integration:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI

on:
workflow_run:
workflows: ["Build"]
types:
- completed
workflow_run:
workflows: ["Build"]
types:
- completed

jobs:
unit:
Expand Down Expand Up @@ -177,4 +177,3 @@ jobs:
# run: cd packages/validator && pnpm run test
- name: Test webhooks
run: cd packages/webhooks && pnpm run test

0 comments on commit 15e2552

Please sign in to comment.