Skip to content

Commit

Permalink
Merge pull request #319 from lincc-frameworks/issue/318/replace-conse…
Browse files Browse the repository at this point in the history
…cutiveness-action

Remove consecutiveness action dependency
  • Loading branch information
camposandro committed Nov 13, 2023
2 parents df5de37 + 6a294d2 commit 94ac891
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 94ac891

Please sign in to comment.