Skip to content

Commit bdc130d

Browse files
committed
more formatting
1 parent fa9a610 commit bdc130d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/parallel_tests.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
1-
name: Parallel Tests
21
# For PRs to dev or pushes that modify the root Dockerfile, build from scratch
32
# then run CI tests using that container in parallel
43
# For forked repos that can't use our panda-arc test suite, just build and run make check
4+
name: Parallel Tests
55
on:
6-
# Allow repo owner to manually run this workflow for external PRs once code is vetted
76
workflow_dispatch:
8-
9-
# Run automatically for internal PRs and pushes
107
pull_request:
118
branches:
129
- dev
1310
- stable
1411
- candidate_release_*
15-
# push:
16-
# paths: ['Dockerfile'] # If this file changed, we'd need to do a clean build (this action)
17-
# otherwise we could speed this up by pulling the last container of 'dev', copying
18-
# code into it, and then rebuilding
19-
2012
jobs:
2113
lint:
2214
runs-on: panda-arc
@@ -47,7 +39,6 @@ jobs:
4739
env:
4840
LINTLY_API_KEY: ${{ secrets.GITHUB_TOKEN }}
4941

50-
5142
test_installer: # test install_ubuntu.sh
5243
runs-on: panda-arc # Note 22.04 would work, but it requires docker > 20.10.7 which is not on our CI box (yet)
5344
container:

0 commit comments

Comments
 (0)