Skip to content

Commit

Permalink
Code: Only run one deploy task at the time
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Apr 28, 2024
1 parent bb2d045 commit f4864ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy

on: [push]
concurrency:
group: ${{ github.workflow }}
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f4864ff

Please sign in to comment.