Skip to content

Commit 3f0eaeb

Browse files
committed
not working
1 parent 017f8fb commit 3f0eaeb

12 files changed

+0
-36
lines changed

.github/workflows/test-integrations-ai.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ jobs:
176176
# Always run this, even if a dependent job failed
177177
if: always()
178178
runs-on: ubuntu-20.04
179-
paths:
180-
- 'sentry_sdk/**' # Run when SDK code changes
181-
- 'tests/**' # Run when test files change
182179
steps:
183180
- name: Check for failures
184181
if: contains(needs.test-ai-pinned.result, 'failure') || contains(needs.test-ai-pinned.result, 'skipped')

.github/workflows/test-integrations-aws.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ jobs:
123123
# Always run this, even if a dependent job failed
124124
if: always()
125125
runs-on: ubuntu-20.04
126-
paths:
127-
- 'sentry_sdk/**' # Run when SDK code changes
128-
- 'tests/**' # Run when test files change
129126
steps:
130127
- name: Check for failures
131128
if: contains(needs.test-aws-pinned.result, 'failure') || contains(needs.test-aws-pinned.result, 'skipped')

.github/workflows/test-integrations-cloud.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ jobs:
168168
# Always run this, even if a dependent job failed
169169
if: always()
170170
runs-on: ubuntu-20.04
171-
paths:
172-
- 'sentry_sdk/**' # Run when SDK code changes
173-
- 'tests/**' # Run when test files change
174171
steps:
175172
- name: Check for failures
176173
if: contains(needs.test-cloud-pinned.result, 'failure') || contains(needs.test-cloud-pinned.result, 'skipped')

.github/workflows/test-integrations-common.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ jobs:
8888
# Always run this, even if a dependent job failed
8989
if: always()
9090
runs-on: ubuntu-20.04
91-
paths:
92-
- 'sentry_sdk/**' # Run when SDK code changes
93-
- 'tests/**' # Run when test files change
9491
steps:
9592
- name: Check for failures
9693
if: contains(needs.test-common-pinned.result, 'failure') || contains(needs.test-common-pinned.result, 'skipped')

.github/workflows/test-integrations-dbs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,6 @@ jobs:
222222
# Always run this, even if a dependent job failed
223223
if: always()
224224
runs-on: ubuntu-20.04
225-
paths:
226-
- 'sentry_sdk/**' # Run when SDK code changes
227-
- 'tests/**' # Run when test files change
228225
steps:
229226
- name: Check for failures
230227
if: contains(needs.test-dbs-pinned.result, 'failure') || contains(needs.test-dbs-pinned.result, 'skipped')

.github/workflows/test-integrations-graphql.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ jobs:
168168
# Always run this, even if a dependent job failed
169169
if: always()
170170
runs-on: ubuntu-20.04
171-
paths:
172-
- 'sentry_sdk/**' # Run when SDK code changes
173-
- 'tests/**' # Run when test files change
174171
steps:
175172
- name: Check for failures
176173
if: contains(needs.test-graphql-pinned.result, 'failure') || contains(needs.test-graphql-pinned.result, 'skipped')

.github/workflows/test-integrations-misc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ jobs:
192192
# Always run this, even if a dependent job failed
193193
if: always()
194194
runs-on: ubuntu-20.04
195-
paths:
196-
- 'sentry_sdk/**' # Run when SDK code changes
197-
- 'tests/**' # Run when test files change
198195
steps:
199196
- name: Check for failures
200197
if: contains(needs.test-misc-pinned.result, 'failure') || contains(needs.test-misc-pinned.result, 'skipped')

.github/workflows/test-integrations-network.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ jobs:
168168
# Always run this, even if a dependent job failed
169169
if: always()
170170
runs-on: ubuntu-20.04
171-
paths:
172-
- 'sentry_sdk/**' # Run when SDK code changes
173-
- 'tests/**' # Run when test files change
174171
steps:
175172
- name: Check for failures
176173
if: contains(needs.test-network-pinned.result, 'failure') || contains(needs.test-network-pinned.result, 'skipped')

.github/workflows/test-integrations-tasks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ jobs:
204204
# Always run this, even if a dependent job failed
205205
if: always()
206206
runs-on: ubuntu-20.04
207-
paths:
208-
- 'sentry_sdk/**' # Run when SDK code changes
209-
- 'tests/**' # Run when test files change
210207
steps:
211208
- name: Check for failures
212209
if: contains(needs.test-tasks-pinned.result, 'failure') || contains(needs.test-tasks-pinned.result, 'skipped')

.github/workflows/test-integrations-web-1.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ jobs:
204204
# Always run this, even if a dependent job failed
205205
if: always()
206206
runs-on: ubuntu-20.04
207-
paths:
208-
- 'sentry_sdk/**' # Run when SDK code changes
209-
- 'tests/**' # Run when test files change
210207
steps:
211208
- name: Check for failures
212209
if: contains(needs.test-web_1-pinned.result, 'failure') || contains(needs.test-web_1-pinned.result, 'skipped')

0 commit comments

Comments
 (0)