Skip to content

Commit e850050

Browse files
author
ace-n
committed
fix: only trigger CI on path changes
1 parent 74ff63e commit e850050

File tree

73 files changed

+146
-0
lines changed

Some content is hidden

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

73 files changed

+146
-0
lines changed

.github/workflows/appengine-analytics.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'appengine/analytics/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'appengine/analytics/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

.github/workflows/appengine-building-an-app-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'appengine/building-an-app/build/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'appengine/building-an-app/build/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

.github/workflows/appengine-building-an-app-update.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'appengine/building-an-app/update/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'appengine/building-an-app/update/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

.github/workflows/appengine-datastore.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'appengine/datastore/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'appengine/datastore/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

.github/workflows/appengine-endpoints.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'appengine/endpoints/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'appengine/endpoints/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

.github/workflows/appengine-hello-world-flexible.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'appengine/hello-world/flexible/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'appengine/hello-world/flexible/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

.github/workflows/appengine-hello-world-standard.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'appengine/hello-world/standard/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'appengine/hello-world/standard/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

.github/workflows/appengine-memcached.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'appengine/memcached/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'appengine/memcached/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

.github/workflows/appengine-metadata-flexible.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'appengine/metadata/flexible/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'appengine/metadata/flexible/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

.github/workflows/appengine-metadata-standard.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'appengine/metadata/standard/**'
1111
pull_request_target:
1212
types: [labeled]
13+
paths:
14+
- 'appengine/metadata/standard/**'
1315
schedule:
1416
- cron: '0 0 * * 0'
1517
jobs:

0 commit comments

Comments
 (0)