Skip to content

Commit

Permalink
DO-NOT-MERGE: Removed double-ci caused by having a pr and a push trig…
Browse files Browse the repository at this point in the history
…ger (apache#16)
  • Loading branch information
westonpace committed Oct 25, 2022
1 parent e57de93 commit f46e0ed
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 40 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/archery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
name: Archery & Crossbow

on:
push:
paths:
- '.github/workflows/archery.yml'
- 'dev/archery/**'
- 'dev/tasks/**'
- 'docker-compose.yml'
pull_request:
paths:
- '.github/workflows/archery.yml'
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@
name: C++

on:
push:
paths:
- '.github/workflows/cpp.yml'
- 'ci/docker/**'
- 'ci/scripts/cpp_*'
- 'ci/scripts/install_gcs_testbench.sh'
- 'ci/scripts/install_minio.sh'
- 'ci/scripts/msys2_*'
- 'ci/scripts/util_*'
- 'cpp/**'
- 'format/Flight.proto'
pull_request:
paths:
- '.github/workflows/cpp.yml'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ name: Dev

on:
# always trigger
push:
pull_request:

concurrency:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dev_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
name: Dev PR

on:
# TODO: Enable this when eps1lon/actions-label-merge-conflict is available.
# push:
# branches:
# - master
# - main
pull_request_target:
types:
- opened
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@
name: Integration

on:
push:
paths:
- '.github/workflows/integration.yml'
- 'ci/**'
- 'dev/archery/**'
- 'go/**'
- 'integration/**'
- 'js/**'
- 'cpp/**'
- 'java/**'
- 'format/**'
pull_request:
paths:
- '.github/workflows/integration.yml'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
name: Python

on:
push:
paths:
- '.github/workflows/python.yml'
- 'ci/**'
- 'cpp/**'
- 'python/**'
pull_request:
paths:
- '.github/workflows/python.yml'
Expand Down

0 comments on commit f46e0ed

Please sign in to comment.