Skip to content

Commit ade3a8d

Browse files
authored
Merge pull request #33 from queryverse/julia-pkgbutler-updates
Julia Package Butler Updates
2 parents e713a7c + e6d90e6 commit ade3a8d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/jlpkgbutler-ci-master-workflow.yml

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
- master
88
workflow_dispatch:
99

10-
concurrency:
11-
group: ${{ github.head_ref || github.ref_name || github.run_id }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511
test:
1612
runs-on: ${{ matrix.os }}

.github/workflows/jlpkgbutler-ci-pr-workflow.yml

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66

7-
concurrency:
8-
group: ${{ github.head_ref || github.ref_name || github.run_id }}
9-
cancel-in-progress: true
10-
117
jobs:
128
test:
139
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)