Skip to content

Commit 2217b64

Browse files
authored
Update job names and allow_failure settings
1 parent 23da98d commit 2217b64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
python: '3.13'
8787
allow_failure: false
8888

89-
- name: py314-dj52-postgres-xdist-coverage
89+
- name: py314-djmain-postgres-xdist-coverage
9090
python: '3.14'
91-
allow_failure: false
91+
allow_failure: true
9292

93-
- name: py314-dj51-postgres-xdist-coverage
93+
- name: py314-dj52-postgres-xdist-coverage
9494
python: '3.14'
9595
allow_failure: false
9696

@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: py313-dj52-sqlite-coverage
142142
python: '3.13'
143-
allow_failure: true
143+
allow_failure: false
144144

145145
- name: py312-dj51-sqlite-xdist-coverage
146146
python: '3.12'

0 commit comments

Comments
 (0)