Skip to content

Commit

Permalink
chore: removed concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jul 7, 2024
1 parent 42bd973 commit d2aa853
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ on:
ref:
description: "Ref"

concurrency:
group: ${{ github.workflow }}
# Limits to one job at a time
#concurrency:
# group: ${{ github.workflow }}


jobs:
compute:
Expand Down

0 comments on commit d2aa853

Please sign in to comment.