Skip to content

Commit

Permalink
fix: ci concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Mar 12, 2024
1 parent 384385d commit 246dda6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Governance Checks

concurrency:
group: ${{ github.workflow }}

on:
schedule:
- cron: "0 */2 * * *"
Expand All @@ -27,6 +24,8 @@ on:

jobs:
generate-reports:
concurrency:
group: ${{ github.workflow }} ${{ inputs.type || 'proposal' }} ${{ inputs.chainId }} ${{ inputs.ids }}
name: Check all live proposals
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 246dda6

Please sign in to comment.