Skip to content

Commit

Permalink
Change deploy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Oct 31, 2024
1 parent 20570af commit fd865a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main]
jobs:
build:
test:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:latest
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: Deployment
concurrency: production
on:
workflow_run:
workflows: [Run Tests]
types:
- completed
branches:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
needs: [test]
container:
image: crystallang/crystal:latest
steps:
Expand Down

0 comments on commit fd865a6

Please sign in to comment.