Skip to content

Commit 5ec482a

Browse files
committed
Switch repository
1 parent a1a70af commit 5ec482a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks_run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# This workflow supports two different scenarios (overnight and branch).
2525
# The pre-checks job determines which scenario is being run.
2626
runs-on: ubuntu-latest
27-
if: github.repository == 'SciTools/iris'
27+
if: github.repository == 'pydata/xarray'
2828
outputs:
2929
overnight: ${{ steps.overnight.outputs.check }}
3030
branch: ${{ steps.branch.outputs.check }}
@@ -135,7 +135,7 @@ jobs:
135135
then
136136
first_commit=$(git log --after="$(date -d "1 day ago" +"%Y-%m-%d") 23:00:00" --pretty=format:"%h" | tail -n 1)
137137
fi
138-
138+
139139
if [ "$first_commit" != "" ]
140140
then
141141
nox -s benchmarks -- overnight $first_commit

0 commit comments

Comments
 (0)