Skip to content

Commit

Permalink
Merge pull request #58 from queryverse/julia-pkgbutler-updates
Browse files Browse the repository at this point in the history
Julia Package Butler Updates
  • Loading branch information
davidanthoff authored Oct 14, 2022
2 parents 915f12c + fa8b8c6 commit 01e6890
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/jlpkgbutler-ci-master-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
- master
workflow_dispatch:

concurrency:
group: ${{ github.head_ref || github.ref_name || github.run_id }}
cancel-in-progress: true

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/jlpkgbutler-ci-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
pull_request:
types: [opened, synchronize, reopened]

concurrency:
group: ${{ github.head_ref || github.ref_name || github.run_id }}
cancel-in-progress: true

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 01e6890

Please sign in to comment.