Skip to content

Commit e6d90e6

Browse files
author
Julia Package Butler
committed
Fix issues identified by Julia Package Butler
1 parent e713a7c commit e6d90e6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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

Lines changed: 0 additions & 4 deletions
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

Lines changed: 0 additions & 4 deletions
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)