Skip to content

Commit

Permalink
Merge pull request #237 from pimlicolabs/feat/alto-package
Browse files Browse the repository at this point in the history
add workflow_call
  • Loading branch information
plusminushalf authored Jun 6, 2024
2 parents 77db470 + 481954e commit 5d56e06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and push Docker image

on:
push:
workflow_call:
workflow_dispatch:

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Release (Canary)
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Run E2E Tests

on:
workflow_call:
push:
branches:
- main
Expand Down
File renamed without changes.

0 comments on commit 5d56e06

Please sign in to comment.