run one workflow at a time

This commit is contained in:
itsMapleLeaf
2022-07-22 11:09:35 -05:00
committed by Darius
parent 96affac979
commit f4985b1d87

View File

@@ -10,6 +10,10 @@ env:
TEST_CHANNEL_ID: ${{ secrets.TEST_CHANNEL_ID }}
TEST_GUILD_ID: ${{ secrets.TEST_GUILD_ID }}
concurrency:
cancel-in-progress: true
group: workflow-${{ github.run_id }}
jobs:
run-commands:
strategy: