Skip to content

Commit dfcab26

Browse files
committed
Run integrations tests on 1.x
1 parent 2812640 commit dfcab26

11 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7-
- sentry-sdk-2.0
7+
- 1.x
88
# XXX: We are using `pull_request_target` instead of `pull_request` because we want
99
# this to run on forks with access to the secrets necessary to run the test suite.
1010
# Prefer to use `pull_request` when possible.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7-
- sentry-sdk-2.0
7+
- 1.x
88
pull_request:
99
# Cancel in progress workflows on pull_requests.
1010
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7-
- sentry-sdk-2.0
7+
- 1.x
88
pull_request:
99
# Cancel in progress workflows on pull_requests.
1010
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/test-integrations-data-processing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7-
- sentry-sdk-2.0
7+
- 1.x
88
pull_request:
99
# Cancel in progress workflows on pull_requests.
1010
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7-
- sentry-sdk-2.0
7+
- 1.x
88
pull_request:
99
# Cancel in progress workflows on pull_requests.
1010
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7-
- sentry-sdk-2.0
7+
- 1.x
88
pull_request:
99
# Cancel in progress workflows on pull_requests.
1010
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7-
- sentry-sdk-2.0
7+
- 1.x
88
pull_request:
99
# Cancel in progress workflows on pull_requests.
1010
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7-
- sentry-sdk-2.0
7+
- 1.x
88
pull_request:
99
# Cancel in progress workflows on pull_requests.
1010
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7-
- sentry-sdk-2.0
7+
- 1.x
88
pull_request:
99
# Cancel in progress workflows on pull_requests.
1010
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/test-integrations-web-frameworks-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7-
- sentry-sdk-2.0
7+
- 1.x
88
pull_request:
99
# Cancel in progress workflows on pull_requests.
1010
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

0 commit comments

Comments
 (0)