Skip to content

Commit

Permalink
Remove concurrency from action
Browse files Browse the repository at this point in the history
  • Loading branch information
dhower-qc committed Jul 25, 2024
1 parent c4b36a1 commit a56d033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
# concurrency:
# group: "pages"
# cancel-in-progress: false
jobs:
regress:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a56d033

Please sign in to comment.