Skip to content

Commit

Permalink
Remove consecutiveness action from asv-main
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Nov 13, 2023
1 parent df5de37 commit 6a294d2
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,14 @@ env:
PYTHON_VERSION: "3.10"
WORKING_DIR: {% raw %}${{ github.workspace }}{% endraw %}/benchmarks

jobs:

consecutiveness:
runs-on: ubuntu-latest
concurrency:
group: {% raw %}${{ github.workflow }}-${{ github.ref }}{% endraw %}
cancel-in-progress: true

steps:
- name: Set workflows on main to run consecutively
uses: mktcode/consecutive-workflow-action@eb43c6b5852dd0e33efa797a1817196d06daa4b2
with:
token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
jobs:

setup-python:
runs-on: ubuntu-latest
needs: consecutiveness

steps:
- name: Cache Python {% raw %}${{ env.PYTHON_VERSION }}{% endraw %}
Expand Down

0 comments on commit 6a294d2

Please sign in to comment.