Skip to content

Commit e9b99a2

Browse files
authored
Remove testing code
1 parent 7e4d5c3 commit e9b99a2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,3 @@ jobs:
1313
# Only run macOS tests if the PR is labelled 'macOS'
1414
test_macos: ${{ contains(github.event.pull_request.labels.*.name, 'macOS') }}
1515
secrets: inherit
16-
17-
# UNDO ME
18-
docker:
19-
name: Build developer Docker containers
20-
uses: ./.github/workflows/docker.yml
21-
with:
22-
tag: connorjwardtest-dev-${{ github.base_ref }}
23-
branch: ${{ github.base_ref }}
24-
build_dev: true
25-
secrets: inherit

0 commit comments

Comments
 (0)