Skip to content

Commit 94ac891

Browse files
authored
Merge pull request #319 from lincc-frameworks/issue/318/replace-consecutiveness-action
Remove consecutiveness action dependency
2 parents df5de37 + 6a294d2 commit 94ac891

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

python-project-template/.github/workflows/{% if include_benchmarks %}asv-main.yml{% endif %}.jinja

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,14 @@ env:
1212
PYTHON_VERSION: "3.10"
1313
WORKING_DIR: {% raw %}${{ github.workspace }}{% endraw %}/benchmarks
1414

15-
jobs:
16-
17-
consecutiveness:
18-
runs-on: ubuntu-latest
15+
concurrency:
16+
group: {% raw %}${{ github.workflow }}-${{ github.ref }}{% endraw %}
17+
cancel-in-progress: true
1918

20-
steps:
21-
- name: Set workflows on main to run consecutively
22-
uses: mktcode/consecutive-workflow-action@eb43c6b5852dd0e33efa797a1817196d06daa4b2
23-
with:
24-
token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
19+
jobs:
2520

2621
setup-python:
2722
runs-on: ubuntu-latest
28-
needs: consecutiveness
2923

3024
steps:
3125
- name: Cache Python {% raw %}${{ env.PYTHON_VERSION }}{% endraw %}

0 commit comments

Comments
 (0)