Skip to content

Commit ad72115

Browse files
committed
Cache docker images and avoid running jobs twice on PRs
1 parent 2ad6176 commit ad72115

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+427
-121
lines changed

.github/job-workflow.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: {{ job_name }}
88
on:
99
push:
1010
branches:
11-
- '**'
11+
- main
1212
paths:
1313
- 'jobs/{{ job_name }}/**'
1414
- '.github/workflows/job-{{ job_name }}.yml'

.github/workflows/build-docker-etl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build docker-etl
33
on:
44
push:
55
branches:
6-
- '**'
6+
- main
77
pull_request:
88

99
jobs:

.github/workflows/job-ads-incrementality-dap-collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: ads-incrementality-dap-collector
88
on:
99
push:
1010
branches:
11-
- '**'
11+
- main
1212
paths:
1313
- 'jobs/ads-incrementality-dap-collector/**'
1414
- '.github/workflows/job-ads-incrementality-dap-collector.yml'

.github/workflows/job-bq2sftp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: bq2sftp
88
on:
99
push:
1010
branches:
11-
- '**'
11+
- main
1212
paths:
1313
- 'jobs/bq2sftp/**'
1414
- '.github/workflows/job-bq2sftp.yml'

.github/workflows/job-broken-site-report-ml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: broken-site-report-ml
88
on:
99
push:
1010
branches:
11-
- '**'
11+
- main
1212
paths:
1313
- 'jobs/broken-site-report-ml/**'
1414
- '.github/workflows/job-broken-site-report-ml.yml'

.github/workflows/job-client-regeneration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: client-regeneration
88
on:
99
push:
1010
branches:
11-
- '**'
11+
- main
1212
paths:
1313
- 'jobs/client-regeneration/**'
1414
- '.github/workflows/job-client-regeneration.yml'

.github/workflows/job-dap-collector-ppa-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: dap-collector-ppa-dev
88
on:
99
push:
1010
branches:
11-
- '**'
11+
- main
1212
paths:
1313
- 'jobs/dap-collector-ppa-dev/**'
1414
- '.github/workflows/job-dap-collector-ppa-dev.yml'

.github/workflows/job-dap-collector-ppa-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: dap-collector-ppa-prod
88
on:
99
push:
1010
branches:
11-
- '**'
11+
- main
1212
paths:
1313
- 'jobs/dap-collector-ppa-prod/**'
1414
- '.github/workflows/job-dap-collector-ppa-prod.yml'

.github/workflows/job-dap-collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: dap-collector
88
on:
99
push:
1010
branches:
11-
- '**'
11+
- main
1212
paths:
1313
- 'jobs/dap-collector/**'
1414
- '.github/workflows/job-dap-collector.yml'

.github/workflows/job-desktop-mobile-mau-2020.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: desktop-mobile-mau-2020
88
on:
99
push:
1010
branches:
11-
- '**'
11+
- main
1212
paths:
1313
- 'jobs/desktop-mobile-mau-2020/**'
1414
- '.github/workflows/job-desktop-mobile-mau-2020.yml'

0 commit comments

Comments
 (0)