Skip to content

Commit

Permalink
fix workflow scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 24, 2023
1 parent 691ea45 commit bb34fd5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
coverage: none

- name: Run PHPBench
run: make _phpbench_main
run: make phpbench_main

- uses: actions/upload-artifact@v3
name: Upload the Benchmark results
Expand All @@ -49,7 +49,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
if: ${{ matrix.branch == 'default' }}
with:
fetch-depth: 0

Expand All @@ -67,9 +66,9 @@ jobs:
name: bench-branch-main-result

- name: Run PHPBench against PR branch
if: matrix.branch == 'main'
run: make phpbench_pr


# This is a "trick", a meta task which does not change, and we can use in
# the protected branch rules as opposed to the tests one above which
# may change regularly.
Expand Down

0 comments on commit bb34fd5

Please sign in to comment.