Skip to content

Commit

Permalink
Remove concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomercurio committed May 6, 2024
1 parent c21a0c0 commit 4dcf581
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/Benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ permissions:
contents: write
deployments: write

concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

jobs:
benchmark:
runs-on: ubuntu-latest
Expand All @@ -53,10 +47,9 @@ jobs:
name: Benchmark Results
tool: "julia"
output-file-path: benchmarks/benchmarks_output.json
summary-always: true
github-token: ${{ secrets.DOCUMENTER_KEY }}
comment-always: true
github-token: ${{ secrets.GITHUB_TOKEN }}
alert-threshold: "200%"
fail-on-alert: true
benchmark-data-dir-path: benchmarks
max-items-in-chart: 100
auto-push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 4dcf581

Please sign in to comment.