We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4d5c3 commit e9b99a2Copy full SHA for e9b99a2
.github/workflows/pr.yml
@@ -13,13 +13,3 @@ jobs:
13
# Only run macOS tests if the PR is labelled 'macOS'
14
test_macos: ${{ contains(github.event.pull_request.labels.*.name, 'macOS') }}
15
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