Skip to content

Commit

Permalink
Merge pull request #89 from zacharyburnett/workflow_concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Apr 10, 2023
2 parents e5aca99 + d634bf5 commit 3c23614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/cancel_workflows.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
# * is a special character in YAML so you have to quote this string
- cron: '0 9 * * 1'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
check:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
Expand Down

0 comments on commit 3c23614

Please sign in to comment.