Skip to content

Commit

Permalink
Remove concurrency attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Oct 31, 2024
1 parent f49e603 commit 19b28a1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Deployment
concurrency: production

on:
push:
workflow_run:
workflows: test
types: completed
branches:
- main
- main

jobs:
deployment:
runs-on: ubuntu-latest
needs: [test]
container:
image: crystallang/crystal:latest
steps:
Expand Down

0 comments on commit 19b28a1

Please sign in to comment.