8000 typo · getsentry/sentry-python@701c59d · GitHub
[go: up one dir, main page]

Skip to content

Commit 701c59d

Browse files
committed
typo
1 parent 6aa7ceb commit 701c59d

13 files changed

+20
-20
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4.2.2
3838
- uses: actions/setup-python@v5
39-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
39+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true
@@ -107,7 +107,7 @@ jobs:
107107
steps:
108108
- uses: actions/checkout@v4.2.2
109109
- uses: actions/setup-python@v5
110-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
110+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
111111
with:
112112
python-version: ${{ matrix.python-version }}
113113
allow-prereleases: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v4.2.2
4242
- uses: actions/setup-python@v5
43-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
43+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
allow-prereleases: true
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- uses: actions/checkout@v4.2.2
117117
- uses: actions/setup-python@v5
118-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
118+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
119119
with:
120120
python-version: ${{ matrix.python-version }}
121121
allow-prereleases: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4.2.2
3838
- uses: actions/setup-python@v5
39-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
39+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v4.2.2
5656
- uses: actions/setup-python@v5
57-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
57+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060
allow-prereleases: true
@@ -149,7 +149,7 @@ jobs:
149149
steps:
150150
- uses: actions/checkout@v4.2.2
151151
- uses: actions/setup-python@v5
152-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
152+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
153153
with:
154154
python-version: ${{ matrix.python-version }}
155155
allow-prereleases: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4.2.2
3838
- uses: actions/setup-python@v5
39-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
39+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4.2.2
3838
- uses: actions/setup-python@v5
39-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
39+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4.2.2
3838
- uses: actions/setup-python@v5
39-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
39+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4.2.2
3838
- uses: actions/setup-python@v5
39-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
39+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true

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

Lines changed: 2 additions & 2 deletions
< 2A0 /tr>
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4.2.2
3838
- uses: actions/setup-python@v5
39-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
39+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
allow-prereleases: true
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- uses: actions/checkout@v4.2.2
101101
- uses: actions/setup-python@v5
102-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
102+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
103103
with:
104104
python-version: ${{ matrix.python-version }}
105105
allow-prereleases: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4.2.2
3939
- uses: actions/setup-python@v5
40-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
40+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
allow-prereleases: true
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- uses: actions/checkout@v4.2.2
124124
- uses: actions/setup-python@v5
125-
if: ${{ (matrix.python-version == '3.6' || matrix.python-version == '3.7') }}
125+
if: ${{ (matrix.python-version != '3.6' && matrix.python-version != '3.7') }}
126126
with:
127127
python-version: ${{ matrix.python-version }}
128128
allow-prereleases: true

0 commit comments

Comments
 (0)
0