@@ -22,10 +22,11 @@ jobs:
2222 if : |
2323 github.repository == 'pydata/xarray'
2424 && (github.event_name == 'push' || github.event_name == 'pull_request')
25+ && !contains(github.event.pull_request.labels.*.name, 'skip-ci')
2526 outputs :
2627 triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
2728 steps :
28- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
2930 with :
3031 fetch-depth : 2
3132 - uses : xarray-contrib/ci-trigger@v1
4647 CONDA_ENV_FILE : ci/requirements/environment.yml
4748 PYTHON_VERSION : " 3.12"
4849 steps :
49- - uses : actions/checkout@v5
50+ - uses : actions/checkout@v6
5051 with :
5152 fetch-depth : 0 # Fetch all history for all branches and tags.
5253
9293 PYTHON_VERSION : " 3.12"
9394
9495 steps :
95- - uses : actions/checkout@v5
96+ - uses : actions/checkout@v6
9697 with :
9798 fetch-depth : 0 # Fetch all history for all branches and tags.
9899
@@ -143,7 +144,7 @@ jobs:
143144 PYTHON_VERSION : " 3.11"
144145
145146 steps :
146- - uses : actions/checkout@v5
147+ - uses : actions/checkout@v6
147148 with :
148149 fetch-depth : 0 # Fetch all history for all branches and tags.
149150
@@ -199,7 +200,7 @@ jobs:
199200 PYTHON_VERSION : " 3.12"
200201
201202 steps :
202- - uses : actions/checkout@v5
203+ - uses : actions/checkout@v6
203204 with :
204205 fetch-depth : 0 # Fetch all history for all branches and tags.
205206
@@ -255,7 +256,7 @@ jobs:
255256 PYTHON_VERSION : " 3.11"
256257
257258 steps :
258- - uses : actions/checkout@v5
259+ - uses : actions/checkout@v6
259260 with :
260261 fetch-depth : 0 # Fetch all history for all branches and tags.
261262
@@ -307,7 +308,7 @@ jobs:
307308 COLUMNS : 120
308309
309310 steps :
310- - uses : actions/checkout@v5
311+ - uses : actions/checkout@v6
311312 with :
312313 fetch-depth : 0 # Fetch all history for all branches and tags.
313314
0 commit comments